Skip to content

Commit a938afa

Browse files
authored
Final fix
1 parent a9da96e commit a938afa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,8 @@ jobs:
199199
working-directory: ./openvscode-server
200200
run: |
201201
set -e
202-
npm run gulp minify-vscode-reh
203-
npm run gulp vscode-reh-linux-${{ matrix.vscode_arch }}-min-ci
202+
npm run gulp minify-vscode-reh-web
203+
npm run gulp vscode-reh-web-linux-${{ matrix.vscode_arch }}-min-ci
204204
env:
205205
DISABLE_V8_COMPILE_CACHE: 1
206206

0 commit comments

Comments
 (0)