mirror of
https://github.com/ChristopherHX/gitea-upload-artifact.git
synced 2026-03-12 18:22:56 +08:00
Exclude hidden files by default
This commit is contained in:
@@ -30,4 +30,9 @@ export interface MergeInputs {
|
||||
* If false, the artifacts will be merged into the root of the destination.
|
||||
*/
|
||||
separateDirectories: boolean
|
||||
|
||||
/**
|
||||
* Whether or not to include hidden files in the artifact
|
||||
*/
|
||||
includeHiddenFiles: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user