build(linux): use correct task for reh alpine [skip ci]

This commit is contained in:
Baptiste Augrain 2024-02-27 02:00:45 +01:00
parent 54643d2d20
commit ec3440c945
3 changed files with 4 additions and 1 deletions

View file

@ -254,6 +254,7 @@ jobs:
- name: Install GH
run: ./install_gh.sh
if: env.SHOULD_DEPLOY == 'yes'
- name: Check existing VSCodium tags/releases
env:
@ -319,6 +320,7 @@ jobs:
- name: Install GH
run: ./install_gh.sh
if: env.SHOULD_DEPLOY == 'yes'
- name: Check existing VSCodium tags/releases
env:

View file

@ -258,6 +258,7 @@ jobs:
- name: Install GH
run: ./install_gh.sh
if: env.SHOULD_DEPLOY == 'yes'
- name: Check existing VSCodium tags/releases
env:

View file

@ -33,7 +33,7 @@ done
node build/azure-pipelines/distro/mixin-npm
yarn gulp minify-vscode-reh
yarn gulp "vscode-reh-${VSCODE_PLATFORM}-${VSCODE_ARCH}-min-ci"
yarn gulp "vscode-reh-linux-${VSCODE_PLATFORM}-${VSCODE_ARCH}-min-ci"
cd ..