From db7ac02c7d95a8e02b2a93d1985a5ae3412d64b2 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Mon, 3 Feb 2020 23:25:50 -0500 Subject: Fix CI filepath --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') 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 -- cgit v1.2.3