This commit is contained in:
@@ -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 }}
|
||||||
Reference in New Issue
Block a user