Skip to content

Commit

Permalink
fix: packaging artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
fouwels committed Dec 29, 2023
1 parent b8387e9 commit 6bf6d14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: 'artifact'
name: 'github-pages'
path: 'artifact.tar'
if-no-files-found: error

deploy:
needs: package
runs-on: ubuntu-latest
name: Deploy (Github Pages)
permissions:
pages: write
id-token: write
Expand Down

0 comments on commit 6bf6d14

Please sign in to comment.