Skip to content

Commit

Permalink
FIx github action
Browse files Browse the repository at this point in the history
  • Loading branch information
reagan-meant committed Oct 3, 2024
1 parent 8a0e8a7 commit 79b4896
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ jobs:
- name: 📤 Upload build artifacts
uses: actions/upload-artifact@v4
with:
name: packages
name: dist
path: |
packages/**/dist
dist
overwrite: true

pre_release:
Expand Down

0 comments on commit 79b4896

Please sign in to comment.