Skip to content

Commit

Permalink
Fix broken command in firefox build
Browse files Browse the repository at this point in the history
  • Loading branch information
Bims-sh authored Sep 5, 2024
1 parent 52bbb0c commit 1e13506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_publish_firefox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e13506

Please sign in to comment.