Skip to content

Commit

Permalink
Another release build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanlangston committed Jan 2, 2024
1 parent dda0332 commit 8d2ba03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/DeployPages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
id: upload
uses: actions/upload-artifact@v4
with:
name: release-artifact
name: release-${{ steps.set_datetime.outputs.datetime }}
path: '${{ github.workspace }}/src/asteroids-website/build'
- name: Build Svelte compressed
run: |
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
contents: write
steps:
- name: Download artifact compressed
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4
with:
name: github-pages
path: asteroids
Expand All @@ -151,7 +151,7 @@ jobs:
contents: write
steps:
- name: Download artifact
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4
with:
pattern: release-*
path: asteroids
Expand Down

0 comments on commit 8d2ba03

Please sign in to comment.