Skip to content

Commit e59bc1f

Browse files
Create a .vsix release
1 parent 2f84522 commit e59bc1f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/make-release-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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",
@@ -22,4 +22,4 @@
2222
"brighterscript": "^0.69.9",
2323
"yargs": "^17.7.2"
2424
}
25-
}
25+
}

0 commit comments

Comments
 (0)