Skip to content

Commit

Permalink
AUTH-420: Fixed zip file upload.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamalkm authored Nov 13, 2019
1 parent db94045 commit 914a583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ log_info "Uploading '$DISTRIBUTION_NAME' asset... "
# Add asset name to the URL
UPLOAD_ASSET_URL="$UPLOAD_URL?name=$(basename $DISTRIBUTION_NAME)"
# Upload asset
curl $UPLOAD_ASSET_URL -u "$AUTH" -H "Content-Type: application/octet-stream" -F "file=@$DISTRIBUTION_NAME"
curl $UPLOAD_ASSET_URL -u "$AUTH" -H "Content-Type: application/octet-stream" --data-binary @"$DISTRIBUTION_NAME"

0 comments on commit 914a583

Please sign in to comment.