Skip to content

Commit

Permalink
Update upload-resources-to-github.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jayanthvn authored Nov 22, 2021
1 parent 0d50218 commit dc5c82b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/upload-resources-to-github.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ upload_asset() {
}


RESOURCES_TO_UPLOAD=("$CALICO_OPERATOR_RESOURCES_YAML" "CALICO_CRS_RESOURCES_YAML" "$CNI_TAR_RESOURCES_FILE" "$METRICS_TAR_RESOURCES_FILE" "$CALICO_TAR_RESOURCES_FILE")
RESOURCES_TO_UPLOAD=("$CALICO_OPERATOR_RESOURCES_YAML" "$CALICO_CRS_RESOURCES_YAML" "$CNI_TAR_RESOURCES_FILE" "$METRICS_TAR_RESOURCES_FILE" "$CALICO_TAR_RESOURCES_FILE")

COUNT=1
echo -e "\nUploading release assets for release id '$RELEASE_ID' to Github"
Expand Down

0 comments on commit dc5c82b

Please sign in to comment.