Fix butler download url for deploy_macos workflow
parent
21727aa078
commit
af36f191ea
|
@ -32,7 +32,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
# -L follows redirects
|
# -L follows redirects
|
||||||
# -O specifies output name
|
# -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
|
unzip butler.zip
|
||||||
# GNU unzip tends to not set the executable bit even though it's set in the .zip
|
# GNU unzip tends to not set the executable bit even though it's set in the .zip
|
||||||
chmod +x butler
|
chmod +x butler
|
||||||
|
|
Loading…
Reference in New Issue