Skip to content

Commit

Permalink
Update deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sgarnotel authored Apr 4, 2019
1 parent 3b615ec commit 0a5c721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .jenkins/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ UPLOAD_URL=`echo $RELEASE | jq -r '.upload_url'`
echo 'Upload URL: '$ASSETS_URL

# Upload asset
RESPONSE=`curl --data-binary @"$FILE_NAME" -H "Authorization: token $TOKEN" -H "Content-Type: application/octet-stream" "$UPLOAD_URL=$FILE_NAME"`
RESPONSE=`curl --data-binary @"./$FILE_NAME" -H "Authorization: token $TOKEN" -H "Content-Type: application/octet-stream" "$UPLOAD_URL=$FILE_NAME"`
echo 'Server response: '$RESPONSE

0 comments on commit 0a5c721

Please sign in to comment.