diff --git a/scripts/release.yml b/scripts/release.yml index 4b13d2e4c..3111a71b8 100644 --- a/scripts/release.yml +++ b/scripts/release.yml @@ -253,6 +253,11 @@ stages: pool: vmImage: "windows-latest" steps: + - task: DownloadPipelineArtifact@2 + displayName: 'Download macOS Build' + inputs: + artifact: 'UbuntuBuild' + path: $(Agent.TempDirectory) - task: DownloadPipelineArtifact@2 displayName: 'Download macOS Build' inputs: