mirror of
				https://github.com/actions/upload-artifact.git
				synced 2025-11-03 23:50:56 +00:00 
			
		
		
		
	update index.js
This commit is contained in:
		
					parent
					
						
							
								0fbc4b771a
							
						
					
				
			
			
				commit
				
					
						e95d1b9c8d
					
				
			
		
					 1 changed files with 3 additions and 0 deletions
				
			
		
							
								
								
									
										3
									
								
								dist/index.js
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								dist/index.js
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -4078,6 +4078,9 @@ function run() {
 | 
			
		|||
                const s = searchResult.filesToUpload.length === 1 ? '' : 's';
 | 
			
		||||
                core.info(`With the provided path, there will be ${searchResult.filesToUpload.length} file${s} uploaded`);
 | 
			
		||||
                core.debug(`Root artifact directory is ${searchResult.rootDirectory}`);
 | 
			
		||||
                if (searchResult.filesToUpload.length > 10000) {
 | 
			
		||||
                    core.warning(`There are over 10,000 files in this artifact, consider create an archive before upload to improve the upload performance.`);
 | 
			
		||||
                }
 | 
			
		||||
                const artifactClient = artifact_1.create();
 | 
			
		||||
                const options = {
 | 
			
		||||
                    continueOnError: false
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue