using itch io butler
Build and Deploy Ren'Py Web / deploy (push) Failing after 25s

This commit is contained in:
Dynamitos
2026-06-10 12:13:38 +02:00
parent f9c1338154
commit e2be6a728d
+7 -7
View File
@@ -32,10 +32,10 @@ jobs:
mkdir -p $GITHUB_WORKSPACE/web-dist
renpy-launcher web_build $GITHUB_WORKSPACE --destination $GITHUB_WORKSPACE/web-dist
- name: Deploy to Gitea Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./web-dist
publish_branch: pages
force_orphan: true
- name: Deploy to Itch.io via Butler
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
env:
BUTLER_API_KEY: ${{ secrets.BUTLER_API_KEY }}