Skip to content

Commit 669f13d

Browse files
authored
Upload artifact to google and firefox extensions
1 parent ee772a0 commit 669f13d

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ jobs:
1919
with:
2020
node-version: 16.14.2
2121
- run: yarn build
22-
- name: Zip Release
23-
uses: TheDoctor0/[email protected]
24-
with:
25-
directory: ./dist
26-
filename: release.zip
2722
- uses: actions/upload-artifact@v2
2823
with:
2924
name: release.zip
@@ -37,14 +32,10 @@ jobs:
3732
with:
3833
node-version: 16.14.2
3934
- run: yarn build-google
40-
- name: Zip Release
41-
uses: TheDoctor0/[email protected]
42-
with:
43-
directory: ./dist-google
44-
filename: release-google.zip
4535
- uses: actions/upload-artifact@v2
4636
with:
4737
name: release-google.zip
38+
path: ./dist-google
4839
build-firefox:
4940
name: Build Firefox
5041
runs-on: ubuntu-22.04
@@ -54,11 +45,7 @@ jobs:
5445
with:
5546
node-version: 16.14.2
5647
- run: yarn build-firefox
57-
- name: Zip Release
58-
uses: TheDoctor0/[email protected]
59-
with:
60-
directory: ./dist-firefox
61-
filename: release-firefox.zip
6248
- uses: actions/upload-artifact@v2
6349
with:
6450
name: release-firefox.zip
51+
path: ./dist-firefox

0 commit comments

Comments
 (0)