Skip to content

Commit

Permalink
Add ls
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanlangston committed Jan 2, 2024
1 parent f6bb650 commit b3ded58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/DeployPages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ jobs:
- name: Change Directory
run: |
cd ${{ steps.download.outputs.download-path }}
ls
- uses: manleydev/butler-publish-itchio-action@master
env:
BUTLER_CREDENTIALS: ${{ secrets.ITCHIO_API_KEY }}
Expand All @@ -160,6 +161,7 @@ jobs:
- name: Change Directory
run: |
cd ${{ steps.download.outputs.download-path }}
ls
- name: Create Release
id: create_release
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit b3ded58

Please sign in to comment.