Skip to content

Commit 7eb3d8d

Browse files
committed
2 parents ce9562a + b943887 commit 7eb3d8d

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/workflows/release_zip.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,11 @@ jobs:
1717
name: chromium-extension
1818
path: ./extension/
1919

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
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' *
24+
2825
- name: Upload Firefox Extension as a build artifact
2926
uses: actions/upload-artifact@v2
3027
with:

0 commit comments

Comments
 (0)