Skip to content

Commit

Permalink
update itch.io release
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanlangston committed Jan 2, 2024
1 parent 8d2ba03 commit 6f28451
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/DeployPages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,20 +128,14 @@ jobs:
with:
name: github-pages
path: asteroids
- name: Create compressed ZIP
run: |
cd ./asteroids
mkdir ./asteroids
tar -xvf ./artifact.tar -C ./asteroids
zip -r ../asteroids-v${{ needs.build.outputs.datetime}}.zip ./asteroids/
- 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: ./asteroids-v${{ needs.build.outputs.datetime }}.zip
PACKAGE: ./asteroids/release-v${{ needs.build.outputs.datetime}}.zip


release:
Expand Down

0 comments on commit 6f28451

Please sign in to comment.