Skip to content

Commit

Permalink
Fix itch.io push
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanlangston committed Jan 2, 2024
1 parent bdaa752 commit 8ac3828
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/DeployPages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,18 +134,15 @@ jobs:
uses: actions/download-artifact@v4
with:
name: itch-io
- name: Create ZIP
run: |
cd ${{ steps.download.outputs.download-path }}/../
zip -r ./asteroids-v${{ needs.build.outputs.datetime}}.zip ./asteroids/
- uses: manleydev/butler-publish-itchio-action@master
- name: Push to itch.io
uses: manleydev/butler-publish-itchio-action@master
env:
BUTLER_CREDENTIALS: ${{ secrets.ITCHIO_API_KEY }}
CHANNEL: html
VERSION: v${{ needs.build.outputs.datetime }}
ITCH_GAME: asteroids
ITCH_USER: dylanlangston
PACKAGE: ${{ steps.download.outputs.download-path }}/../asteroids-v${{ needs.build.outputs.datetime}}.zip
PACKAGE: ${{ steps.download.outputs.download-path }}


release:
Expand Down

0 comments on commit 8ac3828

Please sign in to comment.