Fix butler download url for deploy_macos workflow
This commit is contained in:
parent
21727aa078
commit
af36f191ea
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy_macos.yml
vendored
2
.github/workflows/deploy_macos.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue