Exclude hidden files by default backport

This commit is contained in:
Ryan Troost
2024-08-22 14:36:56 +00:00
committed by GitHub
parent a8a3f3ad30
commit afc7e4a27d
8 changed files with 178 additions and 69 deletions

View File

@ -20,4 +20,9 @@ export interface UploadInputs {
* Duration after which artifact will expire in days
*/
retentionDays: number
/**
* Whether or not to include hidden files in the artifact
*/
includeHiddenFiles: boolean
}