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 mkdir -p $GITHUB_WORKSPACE/web-dist
renpy-launcher web_build $GITHUB_WORKSPACE --destination $GITHUB_WORKSPACE/web-dist renpy-launcher web_build $GITHUB_WORKSPACE --destination $GITHUB_WORKSPACE/web-dist
- name: Deploy to Gitea Pages - name: Deploy to Itch.io via Butler
uses: peaceiris/actions-gh-pages@v3 run: |
with: curl -L https://broth.itch.ovh/butler/linux-amd64/LATEST/archive/default -o butler.zip
github_token: ${{ secrets.GITHUB_TOKEN }} unzip butler.zip
publish_dir: ./web-dist ./butler push $GITHUB_WORKSPACE/web-dist your-itch-username/your-game-slug:html5
publish_branch: pages env:
force_orphan: true BUTLER_API_KEY: ${{ secrets.BUTLER_API_KEY }}