Skip to content

Commit a8f80cc

Browse files
committed
Update build.yml
1 parent b66482a commit a8f80cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ jobs:
2828
- name: Build Chromium-based Extension
2929
run: |
3030
mkdir -p dist/chrome/icons
31-
cp manifest.json popup.html popup.js background.js content.js style.css dist/chrome/
31+
cp manifest.json popup.html popup.js background.js content.js styles.css dist/chrome/
3232
cp icons/icon{16,48,128}.png dist/chrome/icons/
3333
cd dist/chrome
3434
zip -r ../chromium.zip *
3535
3636
- name: Build Firefox Extension
3737
run: |
3838
mkdir -p dist/firefox/icons
39-
cp manifest.json popup.html popup.js background.js content.js style.css dist/firefox/
39+
cp manifest.json popup.html popup.js background.js content.js styles.css dist/firefox/
4040
cp icons/icon{16,48,128}.png dist/firefox/icons/
4141
cd dist/firefox
4242
jq '.browser_specific_settings = {"gecko": {"id": "[email protected]"}}' manifest.json > manifest.tmp

0 commit comments

Comments
 (0)