fix CI when publishing alpine assets (#169917)

This commit is contained in:
João Moreno
2022-12-23 13:23:26 +01:00
committed by GitHub
parent f4bfb23b33
commit 7f65f0213c

View File

@@ -112,6 +112,7 @@ steps:
$stages = @(
if ($env:VSCODE_BUILD_STAGE_WINDOWS -eq 'True') { 'Windows' }
if ($env:VSCODE_BUILD_STAGE_LINUX -eq 'True') { 'Linux' }
if ($env:VSCODE_BUILD_STAGE_ALPINE -eq 'True') { 'Alpine' }
if ($env:VSCODE_BUILD_STAGE_MACOS -eq 'True') { 'macOS' }
if ($env:VSCODE_BUILD_STAGE_WEB -eq 'True') { 'Web' }
)