From c65f38e85dd8bc0a246a3b6d544b3f16ad73702f Mon Sep 17 00:00:00 2001 From: Kain <152326772+kainosaur@users.noreply.github.com> Date: Thu, 29 Jan 2026 18:37:01 -0700 Subject: [PATCH] change outdated host link --- .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 76f44f3..e2a9bf2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -285,7 +285,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