Skip to content

Commit

Permalink
fix: itch.io butler.zip in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
BigJk committed Dec 2, 2024
1 parent c09f1d3 commit 542fe52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 542fe52

Please sign in to comment.