This commit is contained in:
@@ -32,10 +32,10 @@ jobs:
|
||||
mkdir -p $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
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./web-dist
|
||||
publish_branch: pages
|
||||
force_orphan: true
|
||||
- name: Deploy to Itch.io via Butler
|
||||
run: |
|
||||
curl -L https://broth.itch.ovh/butler/linux-amd64/LATEST/archive/default -o butler.zip
|
||||
unzip butler.zip
|
||||
./butler push $GITHUB_WORKSPACE/web-dist your-itch-username/your-game-slug:html5
|
||||
env:
|
||||
BUTLER_API_KEY: ${{ secrets.BUTLER_API_KEY }}
|
||||
Reference in New Issue
Block a user