Skip to content

Commit

Permalink
Update upload.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
imbroglius authored Jul 30, 2024
1 parent 68e36c1 commit fa867cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ uploadAssets() {
curl -o /dev/null -s -L -X POST \
"https://uploads.github.com/repos/$GUSER/$GREPO/releases/$id/assets?name=$(basename $file)" \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer $GITHUB_API_TOKEN" \
-H "Authorization: Bearer $IMBROGLIOTOKEN" \
-H "Content-Type: application/octet-stream" \
-T "$file"
echo
Expand Down

0 comments on commit fa867cc

Please sign in to comment.