mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-18 21:48:33 +03:00
Fix CI filepath
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
|||||||
- name: Move manifest
|
- name: Move manifest
|
||||||
run: mv ./dist/manifest.json ./dist/manifest.json.original
|
run: mv ./dist/manifest.json ./dist/manifest.json.original
|
||||||
- name: Combine manifest for Firefox
|
- name: Combine manifest for Firefox
|
||||||
run: jq -s '.[0] * .[1]' manifest.json.original firefox_manifest-extra.json > manifest.json
|
run: jq -s '.[0] * .[1]' ./dist/manifest.json.original ./dist/firefox_manifest-extra.json > manifest.json
|
||||||
- uses: actions/upload-artifact@v1
|
- uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: Firefox Extension
|
name: Firefox Extension
|
||||||
|
|||||||
Reference in New Issue
Block a user