Skip to content

Commit

Permalink
More build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanlangston committed Jan 2, 2024
1 parent 06c0c36 commit dda0332
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/DeployPages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
uses: actions/[email protected]
with:
name: github-pages
path: asteroids-compressed
path: asteroids
- name: Create compressed ZIP
run: |
cd ./asteroids
Expand All @@ -153,7 +153,7 @@ jobs:
- name: Download artifact
uses: actions/[email protected]
with:
name: release-artifact
pattern: release-*
path: asteroids
- name: Create ZIP
run: |
Expand Down

0 comments on commit dda0332

Please sign in to comment.