diff --git a/scripts/release.yml b/scripts/release.yml index f341c3e37df..6518312b8e9 100644 --- a/scripts/release.yml +++ b/scripts/release.yml @@ -397,6 +397,11 @@ stages: inputs: artifact: 'macOSBuild' path: $(Agent.TempDirectory) + - task: DownloadPipelineArtifact@2 + displayName: 'Download macOS Arm64 Build' + inputs: + artifact: 'MacOSBuildArm64' + path: $(Agent.TempDirectory)\package - task: DownloadPipelineArtifact@2 displayName: 'Download ManyLinux Build' inputs: