Skip to content

Commit a09bd98

Browse files
committed
update github workflow
1 parent 0da6b69 commit a09bd98

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
- name: Setup Node.js environment
108108
uses: actions/setup-node@v2
109109
with:
110-
node-version: "14"
110+
node-version: "16"
111111
- uses: actions/setup-python@v2
112112
with:
113113
python-version: "3.8"
@@ -126,13 +126,13 @@ jobs:
126126
- name: Build VSCode pacakge
127127
run: |
128128
npm install --also=dev
129-
npx vsce package --pre-release -o dist
129+
npx vsce package -o dist/robotcode.vsix
130130
131131
- name: Upload VSCode package
132132
uses: actions/upload-artifact@v2
133133
with:
134134
name: vscode-package
135-
path: dist/*.vsix
135+
path: dist/robotcode.vsix
136136

137137
- name: Upload python package
138138
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)