Skip to content

Commit

Permalink
Use the new itch.zone CDN domain for downloading butler (#258)
Browse files Browse the repository at this point in the history
Itch.io is migrating off the `itch.ovh` CDN domain, to `itch.zone`. They
are recommending to use the new domain for downloading butler, see
<itchio/butler#257 (comment)>.
It's unclear how long `itch.ovh` will remain available.

Fixes #255
  • Loading branch information
mnemotic committed Aug 10, 2024
1 parent 3992ee7 commit 1187bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ jobs:

- 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
./butler -V
Expand Down

0 comments on commit 1187bb6

Please sign in to comment.