Skip to content

Commit

Permalink
fix: missing dist folder in pubished package
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-gavanier committed Oct 31, 2024
1 parent ef6e97f commit 8b0a847
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,14 @@ jobs:
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Build source
run: pnpm build
- name: Upload build bundle as artifact
uses: actions/upload-artifact@v4
with:
name: bundle
path: |
!assets
package.json
dist
publish:
Expand Down

0 comments on commit 8b0a847

Please sign in to comment.