Skip to content

Commit

Permalink
darwin arch release fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bogyo210 committed Apr 15, 2024
1 parent ce34a0c commit 92e438f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ curl \
-H "Authorization: token $GITHUB_TOKEN" \
-H "Accept: application/vnd.github.v3+json" \
-H "Content-Type: $(file -b --mime-type /tmp/Darwin/darwin-arm.tar)" \
--data-binary @/tmp/Darwin/darwin.tar \
--data-binary @/tmp/Darwin/darwin-arm.tar \
"https://uploads.github.com/repos/semaphoreci/toolbox/releases/$release_id/assets?name=darwin-arm.tar"

echo "darwin-arm.tar uploaded"
Expand Down

0 comments on commit 92e438f

Please sign in to comment.