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 a9da96e commit a938afaCopy full SHA for a938afa
.github/workflows/release.yml
@@ -199,8 +199,8 @@ jobs:
199
working-directory: ./openvscode-server
200
run: |
201
set -e
202
- npm run gulp minify-vscode-reh
203
- npm run gulp vscode-reh-linux-${{ matrix.vscode_arch }}-min-ci
+ npm run gulp minify-vscode-reh-web
+ npm run gulp vscode-reh-web-linux-${{ matrix.vscode_arch }}-min-ci
204
env:
205
DISABLE_V8_COMPILE_CACHE: 1
206
0 commit comments