mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 13:29:11 +00:00 
			
		
		
		
	use tmp
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									bd0ecdd6de
								
							
						
					
					
						commit
						9f02acffbb
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -56,12 +56,15 @@ jobs:
 | 
			
		|||
  - task: DownloadPipelineArtifact@0
 | 
			
		||||
    inputs:
 | 
			
		||||
     artifactName: 'Windows'
 | 
			
		||||
     targetPath: tmp
 | 
			
		||||
  - task: DownloadPipelineArtifact@0
 | 
			
		||||
    inputs:
 | 
			
		||||
     artifactName: 'Mac'
 | 
			
		||||
     targetPath: tmp
 | 
			
		||||
  - task: DownloadPipelineArtifact@0
 | 
			
		||||
    inputs:
 | 
			
		||||
     artifactName: 'Ubuntu'
 | 
			
		||||
     targetPath: tmp
 | 
			
		||||
  - task: GitHubRelease@0
 | 
			
		||||
    inputs:
 | 
			
		||||
      gitHubConnection: Z3GitHub
 | 
			
		||||
| 
						 | 
				
			
			@ -73,6 +76,7 @@ jobs:
 | 
			
		|||
      title: 'Nightly'
 | 
			
		||||
      releaseNotesSource: 'input'
 | 
			
		||||
      releaseNotes: 'nightly build'
 | 
			
		||||
      assets: 'tmp/*'
 | 
			
		||||
#     assetUploadMode: 'replace'
 | 
			
		||||
      isDraft: false
 | 
			
		||||
      isPreRelease: true
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue