aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
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