Skip to content

Commit

Permalink
Change Dir
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanlangston committed Jan 2, 2024
1 parent 7f13bc9 commit c1b5c74
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/DeployPages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ jobs:
uses: actions/download-artifact@v4
with:
name: itch-io
- name: Change Directory
run: |
cd ./astroids
- uses: manleydev/butler-publish-itchio-action@master
env:
BUTLER_CREDENTIALS: ${{ secrets.ITCHIO_API_KEY }}
Expand All @@ -153,7 +156,9 @@ jobs:
uses: actions/download-artifact@v4
with:
name: asteroids-v${{ needs.build.outputs.datetime}}

- name: Change Directory
run: |
cd ./astroids
- name: Create Release
id: create_release
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit c1b5c74

Please sign in to comment.