From 36626d3e3e33c7951e54c4dcc0f4dcd92fb55cbb Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Wed, 21 Feb 2024 17:30:33 +0100 Subject: [PATCH] ci(linux): compile vscode [skip ci] --- .github/workflows/insider-linux.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/insider-linux.yml b/.github/workflows/insider-linux.yml index e93915b4940..8ecbacb8c5c 100644 --- a/.github/workflows/insider-linux.yml +++ b/.github/workflows/insider-linux.yml @@ -65,6 +65,7 @@ jobs: MS_COMMIT: ${{ needs.check.outputs.MS_COMMIT }} MS_TAG: ${{ needs.check.outputs.MS_TAG }} RELEASE_VERSION: ${{ needs.check.outputs.RELEASE_VERSION }} + SHOULD_BUILD: 'yes' if: needs.check.outputs.SHOULD_BUILD == 'yes' || needs.check.outputs.SHOULD_DEPLOY == 'yes' || github.event.inputs.generate_assets == 'true' steps: @@ -234,10 +235,10 @@ jobs: run: ./check_tags.sh if: env.SHOULD_DEPLOY == 'yes' - - name: Download compilation artifact + - name: Download vscode artifact uses: actions/download-artifact@v3 with: - name: compilation.tar.gz + name: vscode.tar.gz if: env.SHOULD_BUILD_REH != 'no' || github.event.inputs.generate_assets == 'true' - name: Build