File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,15 +28,15 @@ jobs:
28
28
- name : Build Chromium-based Extension
29
29
run : |
30
30
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/
32
32
cp icons/icon{16,48,128}.png dist/chrome/icons/
33
33
cd dist/chrome
34
34
zip -r ../chromium.zip *
35
35
36
36
- name : Build Firefox Extension
37
37
run : |
38
38
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/
40
40
cp icons/icon{16,48,128}.png dist/firefox/icons/
41
41
cd dist/firefox
42
42
jq '.browser_specific_settings = {"gecko": {"id": "[email protected] "}}' manifest.json > manifest.tmp
You can’t perform that action at this time.
0 commit comments