mirror of
				https://github.com/actions/download-artifact.git
				synced 2025-10-31 16:03:40 +00:00 
			
		
		
		
	bundle dist
This commit is contained in:
		
							parent
							
								
									bff23f9308
								
							
						
					
					
						commit
						e262cbee4a
					
				
							
								
								
									
										4
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							| @ -118883,7 +118883,9 @@ function run() { | |||||||
|         } |         } | ||||||
|         const downloadPromises = artifacts.map(artifact => ({ |         const downloadPromises = artifacts.map(artifact => ({ | ||||||
|             name: artifact.name, |             name: artifact.name, | ||||||
|             promise: artifact_1.default.downloadArtifact(artifact.id, Object.assign(Object.assign({}, options), { path: isSingleArtifactDownload || inputs.mergeMultiple |             promise: artifact_1.default.downloadArtifact(artifact.id, Object.assign(Object.assign({}, options), { path: isSingleArtifactDownload || | ||||||
|  |                     inputs.mergeMultiple || | ||||||
|  |                     artifacts.length === 1 | ||||||
|                     ? resolvedPath |                     ? resolvedPath | ||||||
|                     : path.join(resolvedPath, artifact.name), expectedHash: artifact.digest })) |                     : path.join(resolvedPath, artifact.name), expectedHash: artifact.digest })) | ||||||
|         })); |         })); | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user