Skip to content

Commit

Permalink
Update deploy_on_itch.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
janekx21 authored Jan 22, 2024
1 parent ef0bd71 commit 4963133
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy_on_itch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,14 @@ jobs:
- name: zip game
uses: TheDoctor0/[email protected]
with:
filename: ./docs/web.zip
path: ./docs/
filename: web.zip
path: .
directory: ./docs/

- name: upload game to Itch.io
uses: robpc/[email protected]
with:
path: ./docs/web.zip
project: acagame
project: acagamics/acagame
channel: web
api-key: ${{secrets.ITCH_API_KEY}}

0 comments on commit 4963133

Please sign in to comment.