diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c35fb89..3371f99 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,7 +30,7 @@ jobs: run: | # Execute the build from the /tmp directory, targeting your workspace root 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 uses: peaceiris/actions-gh-pages@v3