We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0da6b69 commit a09bd98Copy full SHA for a09bd98
.github/workflows/build.yml
@@ -107,7 +107,7 @@ jobs:
107
- name: Setup Node.js environment
108
uses: actions/setup-node@v2
109
with:
110
- node-version: "14"
+ node-version: "16"
111
- uses: actions/setup-python@v2
112
113
python-version: "3.8"
@@ -126,13 +126,13 @@ jobs:
126
- name: Build VSCode pacakge
127
run: |
128
npm install --also=dev
129
- npx vsce package --pre-release -o dist
+ npx vsce package -o dist/robotcode.vsix
130
131
- name: Upload VSCode package
132
uses: actions/upload-artifact@v2
133
134
name: vscode-package
135
- path: dist/*.vsix
+ path: dist/robotcode.vsix
136
137
- name: Upload python package
138
0 commit comments