ci(linux): compile vscode [skip ci]

This commit is contained in:
Baptiste Augrain 2024-02-21 17:30:33 +01:00
parent 4d072a64c4
commit 36626d3e3e

View File

@ -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