From 1187bb615c83e6159eb12d34521dadcb82abbd2f Mon Sep 17 00:00:00 2001 From: Martin Green <4642186+mnemotic@users.noreply.github.com> Date: Sat, 10 Aug 2024 11:23:19 +0300 Subject: [PATCH] Use the new `itch.zone` CDN domain for downloading butler (#258) 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 . It's unclear how long `itch.ovh` will remain available. Fixes #255 --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0fe447e..a2f1743 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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