Skip to content

Commit 9562f2d

Browse files
committed
ci: fix build assets
1 parent fed6f60 commit 9562f2d

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
run: pnpm test
3535
- name: Build Package
3636
run: pnpm build
37+
- name: Pack
38+
run: cd ./build && pnpm pack --pack-destination=../
3739
# - name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
3840
# run: npm audit signatures
3941
- name: Semantic Release

release.config.cjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,12 @@ module.exports = {
2323
[
2424
'@semantic-release/github',
2525
{
26-
assets: [{ path: 'build', label: 'Package Bundle' }],
26+
assets: [
27+
{
28+
path: '*.tgz',
29+
name: 'massarg.tgz',
30+
},
31+
],
2732
},
2833
],
2934
[

0 commit comments

Comments
 (0)