File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -377,7 +377,12 @@ jobs:
377
377
matrix :
378
378
# We're not running CI on macOS for now because it's one less matrix entry to lower the number of runners used,
379
379
# macOS runners are expensive, and we assume that Ubuntu is enough to cover the UNIX case.
380
- os : [ubuntu-latest, windows-latest]
380
+ include :
381
+ - os : windows-latest
382
+ vsix-target : win32-x64
383
+ - os : ubuntu-latest
384
+ vsix-target : linux-x64
385
+
381
386
steps :
382
387
- name : Checkout
383
388
uses : actions/checkout@v4
@@ -386,4 +391,4 @@ jobs:
386
391
uses : ./.github/actions/smoke-tests
387
392
with :
388
393
node_version : ${{ env.NODE_VERSION }}
389
- artifact_name : ${{ needs.setup.outputs.vsix_artifact_name }}
394
+ artifact_name : ${{ needs.setup.outputs.vsix_artifact_name }}-${{ matrix.vsix-target }}
You can’t perform that action at this time.
0 commit comments