We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10adf7e commit 7c68dfdCopy full SHA for 7c68dfd
.github/workflows/format.yml
@@ -37,9 +37,11 @@ jobs:
37
- name: Check zip file exists
38
run: test -f dist.zip && echo "dist.zip created"
39
40
- - name: Validate manifest.json
41
- run: |
42
- npx --yes @fregante/webext-validate dist/manifest.json
+ - name: Upload dist.zip as artifact
+ uses: actions/upload-artifact@v4
+ with:
43
+ name: dist-zip
44
+ path: dist.zip
45
46
- name: Inspect zip content
47
run: unzip -l dist.zip | grep -E 'manifest\.json|popup\.html|content\.js'
0 commit comments