Skip to content

Commit c235cf7

Browse files
committed
2 parents 1027930 + 49b8ced commit c235cf7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release_zip.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
- run: rm ./extension/manifest.json
2121
- run: cp ./alternates/firefox-manifest.json ./extension/manifest.json
2222
- run: cd ./extension
23-
- run: sed -i 's/chrome/browser/g' *
23+
- run: find . -type f -exec sed -i 's/chrome/browser/g' {} \;
24+
- run: cd ..
2425

2526
- name: Upload Firefox Extension as a build artifact
2627
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)