diff --git a/.github/workflows/deploy_macos.yml b/.github/workflows/deploy_macos.yml index 6766484..01cfa5c 100644 --- a/.github/workflows/deploy_macos.yml +++ b/.github/workflows/deploy_macos.yml @@ -32,7 +32,7 @@ jobs: run: | # -L follows redirects # -O specifies output name - curl -L -o butler.zip https://broth.itch.ovh/butler/linux-amd64/LATEST/archive/default + curl -L -o butler.zip https://broth.itch.ovh/butler/darwin-amd64/LATEST/archive/default unzip butler.zip # GNU unzip tends to not set the executable bit even though it's set in the .zip chmod +x butler