From 26f3560e97abe3e5ec5b71f918051c52cf67229d Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Mon, 3 Feb 2020 23:23:26 -0500 Subject: [PATCH] CI uses new manifest location --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 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