Skip to content

Commit

Permalink
fix(build): add path to download-artifact step
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianWilms committed Apr 9, 2024
1 parent fb72f7d commit ac08563
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: library_dist
path: ./dist
- name: run semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -72,6 +73,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: vitepress_dist
path: ./docs/.vitepress/dist
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v4
id: deployment
Expand Down

0 comments on commit ac08563

Please sign in to comment.