diff --git a/scripts/release.yml b/scripts/release.yml index 69c26d624..7f297dcd2 100644 --- a/scripts/release.yml +++ b/scripts/release.yml @@ -167,10 +167,11 @@ stages: - powershell: write-host $(System.TeamProjectId) displayName: 'System.TeamProjectId' - task: DownloadPipelineArtifact@2 - displayName: 'Download Win64 Build' + displayName: 'Download NWin64 Build' inputs: artifact: 'WindowsBuild-x64' path: $(Agent.TempDirectory)\package + - task: DownloadPipelineArtifact@2 displayName: 'Download Win32 Build' inputs: artifact: 'WindowsBuild-x86'