Skip to content

Commit

Permalink
Update upload.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
imbroglius authored Aug 8, 2024
1 parent 43f6a04 commit 10ecea7
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 @@ -37,7 +37,7 @@ uploadAssets() {
find $BD/ -name "ImbrogliOS-*-14.0-$buildDate.img.xz" | while read file; do
echo "--> Uploading $(basename $file)"
curl -o /dev/null -s -L -X POST \
"https://uploads.github.com/repos/$GUSER/$GREPO/releases/$id/assets?name=$(basename $file)" \
"https://api.github.com/repos/$GUSER/$GREPO/releases/$id/assets?name=$(basename $file)" \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Token $IMBROGLIOTOKEN" \
-H "Content-Type: application/octet-stream" \
Expand Down

0 comments on commit 10ecea7

Please sign in to comment.