mirror of
				https://github.com/actions/upload-artifact.git
				synced 2025-10-23 08:56:38 +08:00 
			
		
		
		
	Add an option to specify retention period
This commit is contained in:
		| @@ -1,7 +1,8 @@ | ||||
| export enum Inputs { | ||||
|   Name = 'name', | ||||
|   Path = 'path', | ||||
|   IfNoFilesFound = 'if-no-files-found' | ||||
|   IfNoFilesFound = 'if-no-files-found', | ||||
|   RetentionDays = 'retention-days' | ||||
| } | ||||
|  | ||||
| export enum NoFileOptions { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user