Skip to content

Commit

Permalink
Merge pull request #552 from wwahammy/start-uploading-esm-artifacts
Browse files Browse the repository at this point in the history
chore: upload esm artifacts
  • Loading branch information
wwahammy authored Jan 3, 2025
2 parents a3c4468 + eab16c9 commit 6e6aafe
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/full_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,13 @@ jobs:
with:
name: npm_package
path: '*.tgz'
- name: Archive build artifacts
- name: Archive cjs artifacts
uses: actions/upload-artifact@v4
with:
name: dist
path: dist
- name: Archive esm artifacts
uses: actions/upload-artifact@v4
with:
name: esm
path: esm

0 comments on commit 6e6aafe

Please sign in to comment.