mirror of
https://github.com/actions/upload-artifact.git
synced 2025-11-26 18:09:05 +08:00
Exclude hidden files by default
This commit is contained in:
@@ -62,7 +62,7 @@ export async function run(): Promise<void> {
|
||||
options.compressionLevel = inputs.compressionLevel
|
||||
}
|
||||
|
||||
const searchResult = await findFilesToUpload(tmpDir)
|
||||
const searchResult = await findFilesToUpload(tmpDir, inputs.includeHiddenFiles)
|
||||
|
||||
await uploadArtifact(
|
||||
inputs.name,
|
||||
|
||||
Reference in New Issue
Block a user