From 4f8da8e4a91b229b3138d9f7501e4e6fb17cadf5 Mon Sep 17 00:00:00 2001 From: Dynamitos Date: Wed, 10 Jun 2026 11:25:06 +0200 Subject: [PATCH] Fixing renpy command --- .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 89fda52..cba70e4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,7 +31,7 @@ jobs: - name: Build Web Distribution run: | # Execute the build from the /tmp directory, targeting your workspace root - /tmp/renpy-sdk/renpy.sh /tmp/renpy-sdk/launcher web_build $GITHUB_WORKSPACE $GITHUB_WORKSPACE/web-dist + /tmp/renpy-sdk/renpy.sh /tmp/renpy-sdk/launcher web_build $GITHUB_WORKSPACE --destination $GITHUB_WORKSPACE/web-dist - name: Deploy to Gitea Pages uses: peaceiris/actions-gh-pages@v3