use correct renpy launcher
Build and Deploy Ren'Py Web / deploy (push) Failing after 22s

This commit is contained in:
Dynamitos
2026-06-10 11:44:21 +02:00
parent 9034bfecf4
commit f9c1338154
+1 -1
View File
@@ -30,7 +30,7 @@ jobs:
run: | run: |
# Execute the build from the /tmp directory, targeting your workspace root # Execute the build from the /tmp directory, targeting your workspace root
mkdir -p $GITHUB_WORKSPACE/web-dist mkdir -p $GITHUB_WORKSPACE/web-dist
/tmp/renpy-sdk/renpy.sh /tmp/renpy-sdk/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 Gitea Pages
uses: peaceiris/actions-gh-pages@v3 uses: peaceiris/actions-gh-pages@v3