diff --git a/.github/workflows/build_and_publish_firefox.yml b/.github/workflows/build_and_publish_firefox.yml index 9408de9..6c34f9d 100644 --- a/.github/workflows/build_and_publish_firefox.yml +++ b/.github/workflows/build_and_publish_firefox.yml @@ -22,7 +22,7 @@ jobs: run: npm run build:ff - name: Fix firefox manifest - run: sed -i '' 's/background\/scripts\.js/background\/service_worker\.js/g' dist/firefox/manifest.json + run: sed -i 's/background\/scripts\.js/background\/service_worker\.js/g' dist/firefox/manifest.json - name: Put the extension into a zip file run: zip -r release_firefox.zip dist/firefox