mirror of
https://code.forgejo.org/actions/upload-artifact
synced 2025-06-10 05:12:20 +02:00
Exclude hidden files by default
This commit is contained in:
parent
834a144ee9
commit
cb6558bb10
18 changed files with 169 additions and 36 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue