aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorAjay Ramachandran <[email protected]>2020-02-03 23:23:26 -0500
committerAjay Ramachandran <[email protected]>2020-02-03 23:23:26 -0500
commit26f3560e97abe3e5ec5b71f918051c52cf67229d (patch)
tree8ec9ada013c9e49cdb5e1f57060d4a15cae53f48 /.github
parent1eaf4f44c23b36704f46700fac301e765c1351d9 (diff)
downloadSponsorBlock-26f3560e97abe3e5ec5b71f918051c52cf67229d.tar.gz
SponsorBlock-26f3560e97abe3e5ec5b71f918051c52cf67229d.zip
CI uses new manifest location
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index bc7a3123..3e7497af 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -26,11 +26,9 @@ jobs:
# Create Firefox artifacts
- name: Move manifest
- run: mv manifest.json manifest.json.original
+ 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
- - name: Create Firefox artifacts
- run: npm run build
- uses: actions/upload-artifact@v1
with:
name: Firefox Extension