From af36f191eae1134ec952ace6f46282f1429aa3a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ensar=20Saraj=C4=8Di=C4=87?= Date: Thu, 2 Dec 2021 11:24:41 +0100 Subject: [PATCH] Fix butler download url for deploy_macos workflow --- .github/workflows/deploy_macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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