From 8ea09980ee74c3004b6c86fa680880a0a8eb591c Mon Sep 17 00:00:00 2001 From: Dynamitos Date: Wed, 10 Jun 2026 12:15:54 +0200 Subject: [PATCH] update butler deploy destination --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c5eb43c..cb808c2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -36,6 +36,6 @@ jobs: run: | curl -L https://broth.itch.ovh/butler/linux-amd64/LATEST/archive/default -o butler.zip unzip butler.zip - ./butler push $GITHUB_WORKSPACE/web-dist your-itch-username/your-game-slug:html5 + ./butler push $GITHUB_WORKSPACE/web-dist dynamitos/visual-novel:html5 env: BUTLER_API_KEY: ${{ secrets.BUTLER_API_KEY }} \ No newline at end of file