Skip to content

Commit

Permalink
CI: specify path when downloading artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
naveen521kk authored Aug 26, 2024
1 parent bd2d2f0 commit fedce80
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ jobs:
uses: actions/download-artifact@v4
with:
name: dist
path: dist/
- name: Display Files
run: ls -R dist/
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
Expand Down

0 comments on commit fedce80

Please sign in to comment.