mirror of
https://github.com/actions/upload-artifact.git
synced 2025-06-29 04:14:15 +00:00
Exclude hidden files by default backport
This commit is contained in:
parent
a8a3f3ad30
commit
afc7e4a27d
8 changed files with 178 additions and 69 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue