From ec3440c945c4d839554cef66be8c52eb9563175d Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Tue, 27 Feb 2024 02:00:45 +0100 Subject: [PATCH] build(linux): use correct task for reh alpine [skip ci] --- .github/workflows/insider-linux.yml | 2 ++ .github/workflows/stable-linux.yml | 1 + package_alpine_reh.sh | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/insider-linux.yml b/.github/workflows/insider-linux.yml index d560235..54c1b42 100644 --- a/.github/workflows/insider-linux.yml +++ b/.github/workflows/insider-linux.yml @@ -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: diff --git a/.github/workflows/stable-linux.yml b/.github/workflows/stable-linux.yml index bedf459..60f672f 100644 --- a/.github/workflows/stable-linux.yml +++ b/.github/workflows/stable-linux.yml @@ -258,6 +258,7 @@ jobs: - name: Install GH run: ./install_gh.sh + if: env.SHOULD_DEPLOY == 'yes' - name: Check existing VSCodium tags/releases env: diff --git a/package_alpine_reh.sh b/package_alpine_reh.sh index dde5ef8..a518fd6 100755 --- a/package_alpine_reh.sh +++ b/package_alpine_reh.sh @@ -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 ..