Skip to content

Commit b47a55b

Browse files
committed
upload artifacts when publishing
1 parent 5e21c87 commit b47a55b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/publish.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,16 @@ jobs:
3535
npm run zip:firefox
3636
npm run zip
3737
38+
- name: Upload mv2 as artifact
39+
uses: actions/upload-artifact@v5
40+
with:
41+
path: .output/*-mv2.zip
42+
43+
- name: Upload mv3 as artifact
44+
uses: actions/upload-artifact@v5
45+
with:
46+
path: .output/*-mv3.zip
47+
3848
- name: Upload to latest release
3949
if: github.event.inputs.dry_run != 'true'
4050
uses: svenstaro/upload-release-action@v2

0 commit comments

Comments
 (0)