Skip to content

Commit 7c68dfd

Browse files
committed
add upload dist.zip and remove check manifest.json
1 parent 10adf7e commit 7c68dfd

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/format.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,11 @@ jobs:
3737
- name: Check zip file exists
3838
run: test -f dist.zip && echo "dist.zip created"
3939

40-
- name: Validate manifest.json
41-
run: |
42-
npx --yes @fregante/webext-validate dist/manifest.json
40+
- name: Upload dist.zip as artifact
41+
uses: actions/upload-artifact@v4
42+
with:
43+
name: dist-zip
44+
path: dist.zip
4345

4446
- name: Inspect zip content
4547
run: unzip -l dist.zip | grep -E 'manifest\.json|popup\.html|content\.js'

0 commit comments

Comments
 (0)