Skip to content

Commit

Permalink
Itch upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Dwergi authored Aug 14, 2024
1 parent f573dbb commit f7fe605
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,16 @@ jobs:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

- name: Zip WWW Root
uses: montudor/action-zip@v1
with:
args: zip -qq -r wwwroot.zip publish/wwwroot

- name: Deploy to Itch
uses: Ayowel/butler-to-itch@v1
with:
butler_key: ${{secrets.BUTLER_CREDENTIALS}}
itch_user: Dwergi
itch_game: gmtk-2024
files: wwwroot.zip

0 comments on commit f7fe605

Please sign in to comment.