Skip to content

Commit ac08563

Browse files
committed
fix(build): add path to download-artifact step
1 parent fb72f7d commit ac08563

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
uses: actions/download-artifact@v4
5050
with:
5151
name: library_dist
52+
path: ./dist
5253
- name: run semantic-release
5354
env:
5455
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -72,6 +73,7 @@ jobs:
7273
uses: actions/download-artifact@v4
7374
with:
7475
name: vitepress_dist
76+
path: ./docs/.vitepress/dist
7577
- name: Deploy to GitHub Pages
7678
uses: peaceiris/actions-gh-pages@v4
7779
id: deployment

0 commit comments

Comments
 (0)