mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Remove package sub-directory from release script
This commit is contained in:
		
							parent
							
								
									580ed31afd
								
							
						
					
					
						commit
						7f2ebf84a2
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -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…
	
	Add table
		Add a link
		
	
		Reference in a new issue