diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 39e6376..af3fe8a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -220,7 +220,7 @@ jobs: fileName: "*.zip" - name: Install Butler run: | - curl -L -o butler.zip https://broth.itch.ovh/butler/linux-amd64/LATEST/archive/default + curl -L -o butler.zip https://broth.itch.zone/butler/linux-amd64/LATEST/archive/default unzip butler.zip chmod +x butler rm butler.zip