aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorAjay Ramachandran <[email protected]>2020-02-03 23:25:50 -0500
committerAjay Ramachandran <[email protected]>2020-02-03 23:25:50 -0500
commitdb7ac02c7d95a8e02b2a93d1985a5ae3412d64b2 (patch)
tree6a78e142fc1b73038d87268840db928744323caf /.github
parent26f3560e97abe3e5ec5b71f918051c52cf67229d (diff)
downloadSponsorBlock-db7ac02c7d95a8e02b2a93d1985a5ae3412d64b2.tar.gz
SponsorBlock-db7ac02c7d95a8e02b2a93d1985a5ae3412d64b2.zip
Fix CI filepath
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 3e7497af..4a1ed900 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
- name: Move manifest
run: mv ./dist/manifest.json ./dist/manifest.json.original
- 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
with:
name: Firefox Extension