mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-10 21:47:06 +03:00
CI uses new manifest location
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -26,11 +26,9 @@ jobs:
|
|||||||
|
|
||||||
# Create Firefox artifacts
|
# Create Firefox artifacts
|
||||||
- name: Move manifest
|
- name: Move manifest
|
||||||
run: mv manifest.json 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]' manifest.json.original firefox_manifest-extra.json > manifest.json
|
||||||
- name: Create Firefox artifacts
|
|
||||||
run: npm run build
|
|
||||||
- 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