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 c235cf7 commit d31d8b4Copy full SHA for d31d8b4
.github/workflows/release_zip.yml
@@ -1,8 +1,6 @@
1
name: ReleaseZipCI
2
3
on:
4
- push:
5
- branches: [ master ]
6
release:
7
types: [ created ]
8
@@ -19,9 +17,7 @@ jobs:
19
17
20
18
- run: rm ./extension/manifest.json
21
- run: cp ./alternates/firefox-manifest.json ./extension/manifest.json
22
- - run: cd ./extension
23
- - run: find . -type f -exec sed -i 's/chrome/browser/g' {} \;
24
- - run: cd ..
+ - run: find ./extension -type f -exec sed -i 's/chrome/browser/g' {} \;
25
26
- name: Upload Firefox Extension as a build artifact
27
uses: actions/upload-artifact@v2
0 commit comments