We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eb3d8d commit 49b8cedCopy full SHA for 49b8ced
.github/workflows/release_zip.yml
@@ -20,7 +20,8 @@ jobs:
20
- run: rm ./extension/manifest.json
21
- run: cp ./alternates/firefox-manifest.json ./extension/manifest.json
22
- run: cd ./extension
23
- - run: sed -i 's/chrome/browser/g' *
+ - run: find . -type f -exec sed -i 's/chrome/browser/g' {} \;
24
+ - run: cd ..
25
26
- name: Upload Firefox Extension as a build artifact
27
uses: actions/upload-artifact@v2
0 commit comments