Skip to content

Commit

Permalink
ci(linux): compile vscode [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
daiyam committed Feb 21, 2024
1 parent 4d072a6 commit 36626d3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/insider-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 36626d3

Please sign in to comment.