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.
2 parents ce9562a + b943887 commit 7eb3d8dCopy full SHA for 7eb3d8d
.github/workflows/release_zip.yml
@@ -17,14 +17,11 @@ jobs:
17
name: chromium-extension
18
path: ./extension/
19
20
- - uses: actions/checkout@master
21
- - name: Replace all instances of 'chrome' with 'browser'
22
- uses: jacobtomlinson/gha-find-replace@master
23
- with:
24
- find: "chrome"
25
- replace: "browser"
26
- include: "./extension/"
27
- - uses: actions/checkout@v2
+ - run: rm ./extension/manifest.json
+ - run: cp ./alternates/firefox-manifest.json ./extension/manifest.json
+ - run: cd ./extension
+ - run: sed -i 's/chrome/browser/g' *
+
28
- name: Upload Firefox Extension as a build artifact
29
uses: actions/upload-artifact@v2
30
with:
0 commit comments