Skip to content

Commit

Permalink
download arm64
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Jul 6, 2022
1 parent 593d5be commit 4f62336
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4f62336

Please sign in to comment.