Skip to content

Commit

Permalink
ci: fix path empty
Browse files Browse the repository at this point in the history
  • Loading branch information
RealHeart committed Feb 13, 2024
1 parent bcf4a50 commit 041f9d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
- run: pnpm build
- uses: actions/upload-artifact@v4
with:
name: dist
path: dist
name: amcl-docs
path: docs/.vuepress/dist

0 comments on commit 041f9d0

Please sign in to comment.