diff options
author | Ajay Ramachandran <[email protected]> | 2020-02-03 23:25:50 -0500 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2020-02-03 23:25:50 -0500 |
commit | db7ac02c7d95a8e02b2a93d1985a5ae3412d64b2 (patch) | |
tree | 6a78e142fc1b73038d87268840db928744323caf | |
parent | 26f3560e97abe3e5ec5b71f918051c52cf67229d (diff) | |
download | SponsorBlock-db7ac02c7d95a8e02b2a93d1985a5ae3412d64b2.tar.gz SponsorBlock-db7ac02c7d95a8e02b2a93d1985a5ae3412d64b2.zip |
Fix CI filepath
-rw-r--r-- | .github/workflows/ci.yml | 2 |
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 |