mirror of
				https://git.mirrors.martin98.com/https://github.com/actions/upload-artifact
				synced 2025-10-30 23:21:08 +08:00 
			
		
		
		
	Replace "file(s)" with "file" or "files" (#159)
This commit is contained in:
		
							parent
							
								
									1fd4c858f9
								
							
						
					
					
						commit
						e6bd6b7749
					
				| @ -31,8 +31,9 @@ async function run(): Promise<void> { | ||||
|         } | ||||
|       } | ||||
|     } else { | ||||
|       const s = searchResult.filesToUpload.length === 1 ? '' : 's' | ||||
|       core.info( | ||||
|         `With the provided path, there will be ${searchResult.filesToUpload.length} file(s) uploaded` | ||||
|         `With the provided path, there will be ${searchResult.filesToUpload.length} file${s} uploaded` | ||||
|       ) | ||||
|       core.debug(`Root artifact directory is ${searchResult.rootDirectory}`) | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Hugo van Kemenade
						Hugo van Kemenade