File tree Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Original file line number Diff line number Diff line change 19
19
with :
20
20
node-version : 16.14.2
21
21
- run : yarn build
22
- - name : Zip Release
23
- uses :
TheDoctor0/[email protected]
24
- with :
25
- directory : ./dist
26
- filename : release.zip
27
22
- uses : actions/upload-artifact@v2
28
23
with :
29
24
name : release.zip
@@ -37,14 +32,10 @@ jobs:
37
32
with :
38
33
node-version : 16.14.2
39
34
- run : yarn build-google
40
- - name : Zip Release
41
- uses :
TheDoctor0/[email protected]
42
- with :
43
- directory : ./dist-google
44
- filename : release-google.zip
45
35
- uses : actions/upload-artifact@v2
46
36
with :
47
37
name : release-google.zip
38
+ path : ./dist-google
48
39
build-firefox :
49
40
name : Build Firefox
50
41
runs-on : ubuntu-22.04
54
45
with :
55
46
node-version : 16.14.2
56
47
- run : yarn build-firefox
57
- - name : Zip Release
58
- uses :
TheDoctor0/[email protected]
59
- with :
60
- directory : ./dist-firefox
61
- filename : release-firefox.zip
62
48
- uses : actions/upload-artifact@v2
63
49
with :
64
50
name : release-firefox.zip
51
+ path : ./dist-firefox
You can’t perform that action at this time.
0 commit comments