mirror of
				https://github.com/actions/download-artifact.git
				synced 2025-10-31 19:23:41 +00:00 
			
		
		
		
	clarify log messages when using pattern/merge-multiple params
This commit is contained in:
		
							parent
							
								
									6b208ae046
								
							
						
					
					
						commit
						355659bff2
					
				| @ -75,10 +75,6 @@ async function run(): Promise<void> { | ||||
| 
 | ||||
|     artifacts = [targetArtifact] | ||||
|   } else { | ||||
|     core.info( | ||||
|       `No input name specified, downloading all artifacts. Extra directory with the artifact name will be created for each download` | ||||
|     ) | ||||
| 
 | ||||
|     const listArtifactResponse = await artifactClient.listArtifacts({ | ||||
|       latest: true, | ||||
|       ...options | ||||
| @ -94,6 +90,15 @@ async function run(): Promise<void> { | ||||
|       core.debug( | ||||
|         `Filtered from ${listArtifactResponse.artifacts.length} to ${artifacts.length} artifacts` | ||||
|       ) | ||||
|     } else { | ||||
|       core.info( | ||||
|         'No input name or pattern filtered specified, downloading all artifacts' | ||||
|       ) | ||||
|       if (!inputs.mergeMultiple) { | ||||
|         core.info( | ||||
|           'An extra directory with the artifact name will be created for each download' | ||||
|         ) | ||||
|       } | ||||
|     } | ||||
|   } | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user