File tree 2 files changed +8
-6
lines changed
2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 26
26
- uses : actions/upload-artifact@v4
27
27
with :
28
28
name : build-ci
29
- path : ./output
29
+ path : ./packages/syncwatch-extension/.output
30
+ if-no-files-found : error
31
+ include-hidden-files : true
Original file line number Diff line number Diff line change @@ -16,18 +16,18 @@ jobs:
16
16
- uses : actions/download-artifact@v4
17
17
with :
18
18
name : build-ci
19
- path : ./output
19
+ path : ./packages/syncwatch-extension/. output
20
20
21
21
- name : Build Extension for Firefox
22
22
id : web-ext-build
23
23
uses : kewisch/action-web-ext@v1
24
24
with :
25
25
cmd : build
26
- source : ./output/firefox-mv2
26
+ source : ./packages/syncwatch-extension/. output/firefox-mv2
27
27
28
28
- name : " Sign & publish"
29
29
id : web-ext-sign
30
- uses : kewisch/action-web-ext@v1
30
+ uses : kewisch/action-web-ext@main
31
31
with :
32
32
cmd : sign
33
33
channel : listed
@@ -50,13 +50,13 @@ jobs:
50
50
- uses : actions/download-artifact@v4
51
51
with :
52
52
name : build-ci
53
- path : ./output
53
+ path : ./packages/syncwatch-extension/. output/chrome-mv3
54
54
55
55
- name : Pack extension
56
56
uses :
TheDoctor0/[email protected]
57
57
with :
58
58
filename : ./SyncWatchExtension.zip
59
- path : ./output/chrome-mv3
59
+ path : ./packages/syncwatch-extension/. output/chrome-mv3
60
60
61
61
- name : Publish to Chrome Webstore
62
62
uses : trmcnvn/chrome-addon@v2
You can’t perform that action at this time.
0 commit comments