Fix butler download url for deploy_macos workflow

This commit is contained in:
Ensar Sarajčić 2021-12-02 11:24:41 +01:00
parent 21727aa078
commit af36f191ea

View file

@ -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