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 b01e11d commit 8e09b7cCopy full SHA for 8e09b7c
.github/workflows/release_zip.yml
@@ -16,3 +16,17 @@ jobs:
16
with:
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
28
+ - name: Upload Firefox Extension as a build artifact
29
+ uses: actions/upload-artifact@v2
30
31
+ name: firefox-extension
32
+ path: ./extension/
0 commit comments