Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanlangston committed Jan 2, 2024
1 parent 5cd0134 commit 39d5169
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/DeployPages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,9 @@ jobs:
- name: Create ZIP
run: |
cd ${{ steps.download.outputs.download-path }}/../
ls
zip -r ./asteroids-v${{ needs.build.outputs.datetime}}.zip ./asteroids/
ls
- uses: manleydev/butler-publish-itchio-action@master
env:
BUTLER_CREDENTIALS: ${{ secrets.ITCHIO_API_KEY }}
Expand All @@ -161,7 +163,9 @@ jobs:
- name: Create ZIP
run: |
cd ${{ steps.download.outputs.download-path }}/../
ls
zip -r ./asteroids-v${{ needs.build.outputs.datetime}}.zip ./asteroids/
ls
- name: Create Release
id: create_release
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit 39d5169

Please sign in to comment.