Skip to content

Commit

Permalink
Cpu usage (#450)
Browse files Browse the repository at this point in the history
* add mac arm

* darwin arch release fix
  • Loading branch information
bogyo210 committed Apr 15, 2024
1 parent 68f877f commit b6942e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/upload.sh
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 b6942e3

Please sign in to comment.