Skip to content

Commit f92ed02

Browse files
authored
fix release script upload to github (#240)
1 parent 3fa7900 commit f92ed02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/upload-resources-to-github

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ gather_assets_to_upload() {
6666
resources+=($binary)
6767
done
6868
if [ $BINARIES_ONLY != "true" ]; then
69-
resources+=($INDV_K8S_RESOURCES $AGG_K8S_RESOURCES)
69+
resources+=($INDV_K8S_RESOURCES $AGG_RESOURCES_YAML)
7070
fi
7171
echo "${resources[@]}"
7272
}

0 commit comments

Comments
 (0)