File tree Expand file tree Collapse file tree 5 files changed +12
-8
lines changed Expand file tree Collapse file tree 5 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 22
33name : CI
44
5- # Controls when the action will run.
5+ # Controls when the action will run.
66on :
77 # Triggers the workflow on push or pull request events but only for the main branch
88 push :
9- branches : [ main ]
9+ branches : [main]
1010 pull_request :
11- branches : [ main ]
11+ branches : [main]
1212
1313 # Allows you to run this workflow manually from the Actions tab
1414 workflow_dispatch :
@@ -29,15 +29,15 @@ jobs:
29293030 with :
3131 node-version : 12.x
32-
32+
3333 # Install deps
3434 - run : yarn --frozen-lockfile
35-
35+
3636 # Build
3737 - run : yarn run build:prod
38-
38+
3939 # Upload artifact
40- - run : mkdir pkg && cp manifest.json pkg && cp -r build pkg && cp -r css pkg
40+ - run : mkdir pkg && cp manifest.json pkg && cp -r build pkg && cp -r static pkg
4141 - uses : actions/upload-artifact@v2
4242 with :
4343 name : watch-and-learn
Original file line number Diff line number Diff line change 104104.tern-port
105105
106106/build
107+ /pkg
Original file line number Diff line number Diff line change 11{
22 "name" : " Watch and Learn" ,
33 "version" : " 1.0" ,
4+ "icons" : {
5+ "128" : " static/icon128.png"
6+ },
47 "description" : " A chrome extension to make learn videos better using video.js" ,
58 "manifest_version" : 2 ,
69 "content_scripts" : [
1215 " build/main.js"
1316 ],
1417 "css" : [
15- " css /video-js.css"
18+ " static /video-js.css"
1619 ]
1720 }
1821 ]
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments