update butler deploy destination
Build and Deploy Ren'Py Web / deploy (push) Failing after 26s

This commit is contained in:
Dynamitos
2026-06-10 12:15:54 +02:00
parent e2be6a728d
commit 8ea09980ee
+1 -1
View File
@@ -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 }}