File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414 with :
1515 branch : ${{ github.event.pull_request.head.ref }}
1616 node-version : " 16.20.2"
17- artifact-paths : " ./*.tgz " # "*.vsix"
17+ artifact-paths : " ./*.vsix " # "*.vsix"
1818 workflows-ref : ' develop'
1919 secrets : inherit
2020
Original file line number Diff line number Diff line change 66 "scripts" : {
77 "lint" : " echo \" Place holder for lint command\" " ,
88 "test" : " echo \" Place holder for test command\" " ,
9- "package" : " echo \" Place holder for build command\" && mkdir out && echo \" Hello World!\" > hello.tgz "
9+ "package" : " echo \" Place holder for build command\" && echo \" Hello World!\" > hello.vsix "
1010 },
1111 "repository" : {
1212 "type" : " git" ,
2222 "brighterscript" : " ^0.69.9" ,
2323 "yargs" : " ^17.7.2"
2424 }
25- }
25+ }
You can’t perform that action at this time.
0 commit comments