mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 20:18:18 +00:00
Remove package sub-directory from release script
This commit is contained in:
parent
580ed31afd
commit
7f2ebf84a2
|
@ -44,7 +44,7 @@ stages:
|
||||||
targetPath: $(Build.ArtifactStagingDirectory)
|
targetPath: $(Build.ArtifactStagingDirectory)
|
||||||
|
|
||||||
- job: MacBuildArm64
|
- job: MacBuildArm64
|
||||||
displayName: "macOS Build"
|
displayName: "macOS ARM64 Build"
|
||||||
pool:
|
pool:
|
||||||
vmImage: "macOS-latest"
|
vmImage: "macOS-latest"
|
||||||
steps:
|
steps:
|
||||||
|
@ -394,7 +394,7 @@ stages:
|
||||||
displayName: 'Download macOS Arm64 Build'
|
displayName: 'Download macOS Arm64 Build'
|
||||||
inputs:
|
inputs:
|
||||||
artifact: 'MacArm64'
|
artifact: 'MacArm64'
|
||||||
path: $(Agent.TempDirectory)\package
|
path: $(Agent.TempDirectory)
|
||||||
- task: DownloadPipelineArtifact@2
|
- task: DownloadPipelineArtifact@2
|
||||||
displayName: 'Download ManyLinux Build'
|
displayName: 'Download ManyLinux Build'
|
||||||
inputs:
|
inputs:
|
||||||
|
|
Loading…
Reference in a new issue