Skip to content

Commit 82efcdc

Browse files
committed
ci: fixes
1 parent 8846bbf commit 82efcdc

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.github/workflows/build.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,6 @@ jobs:
2626
- uses: actions/upload-artifact@v4
2727
with:
2828
name: build-ci
29-
path: ./output
29+
path: ./packages/syncwatch-extension/.output
30+
if-no-files-found: error
31+
include-hidden-files: true

.github/workflows/main.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@ jobs:
1616
- uses: actions/download-artifact@v4
1717
with:
1818
name: build-ci
19-
path: ./output
19+
path: ./packages/syncwatch-extension/.output
2020

2121
- name: Build Extension for Firefox
2222
id: web-ext-build
2323
uses: kewisch/action-web-ext@v1
2424
with:
2525
cmd: build
26-
source: ./output/firefox-mv2
26+
source: ./packages/syncwatch-extension/.output/firefox-mv2
2727

2828
- name: "Sign & publish"
2929
id: web-ext-sign
30-
uses: kewisch/action-web-ext@v1
30+
uses: kewisch/action-web-ext@main
3131
with:
3232
cmd: sign
3333
channel: listed
@@ -50,13 +50,13 @@ jobs:
5050
- uses: actions/download-artifact@v4
5151
with:
5252
name: build-ci
53-
path: ./output
53+
path: ./packages/syncwatch-extension/.output/chrome-mv3
5454

5555
- name: Pack extension
5656
uses: TheDoctor0/[email protected]
5757
with:
5858
filename: ./SyncWatchExtension.zip
59-
path: ./output/chrome-mv3
59+
path: ./packages/syncwatch-extension/.output/chrome-mv3
6060

6161
- name: Publish to Chrome Webstore
6262
uses: trmcnvn/chrome-addon@v2

0 commit comments

Comments
 (0)