mirror of
				https://github.com/actions/upload-artifact.git
				synced 2025-10-31 23:23:44 +00:00 
			
		
		
		
	Ensure hidden files input is used
This commit is contained in:
		
							parent
							
								
									672174a5ba
								
							
						
					
					
						commit
						2339de448d
					
				
							
								
								
									
										2
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							| @ -11091,7 +11091,7 @@ function run() { | ||||
|     return __awaiter(this, void 0, void 0, function* () { | ||||
|         try { | ||||
|             const inputs = (0, input_helper_1.getInputs)(); | ||||
|             const searchResult = yield (0, search_1.findFilesToUpload)(inputs.searchPath); | ||||
|             const searchResult = yield (0, search_1.findFilesToUpload)(inputs.searchPath, inputs.includeHiddenFiles); | ||||
|             if (searchResult.filesToUpload.length === 0) { | ||||
|                 // No files were found, different use cases warrant different types of behavior if nothing is found
 | ||||
|                 switch (inputs.ifNoFilesFound) { | ||||
|  | ||||
| @ -7,7 +7,10 @@ import {NoFileOptions} from './constants' | ||||
| async function run(): Promise<void> { | ||||
|   try { | ||||
|     const inputs = getInputs() | ||||
|     const searchResult = await findFilesToUpload(inputs.searchPath) | ||||
|     const searchResult = await findFilesToUpload( | ||||
|       inputs.searchPath, | ||||
|       inputs.includeHiddenFiles | ||||
|     ) | ||||
|     if (searchResult.filesToUpload.length === 0) { | ||||
|       // No files were found, different use cases warrant different types of behavior if nothing is found
 | ||||
|       switch (inputs.ifNoFilesFound) { | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user