Skip to content

Commit

Permalink
Fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanlangston committed Jan 2, 2024
1 parent 60ce060 commit 7f13bc9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/DeployPages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,15 +133,14 @@ jobs:
uses: actions/download-artifact@v4
with:
name: itch-io
path: 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/itch-io.zip
PACKAGE: ./itch-io.zip


release:
Expand All @@ -154,13 +153,12 @@ jobs:
uses: actions/download-artifact@v4
with:
name: asteroids-v${{ needs.build.outputs.datetime}}
path: asteroids

- name: Create Release
id: create_release
uses: ncipollo/release-action@v1
with:
artifacts: "./asteroids/asteroids-v${{ needs.build.outputs.datetime}}.zip"
artifacts: "./asteroids-v${{ needs.build.outputs.datetime}}.zip"
artifactContentType: application/zip
body: |
**Asteroids Game - _Prerelease v${{ needs.build.outputs.datetime }}_**
Expand Down

0 comments on commit 7f13bc9

Please sign in to comment.