2
0
mirror of https://gitcode.com/gh_mirrors/up/upload-artifact.git synced 2026-07-21 01:43:37 +00:00

Exclude hidden files by default

This commit is contained in:
Josh Gross
2024-08-15 16:22:09 -04:00
parent 834a144ee9
commit cb6558bb10
18 changed files with 169 additions and 36 deletions
+1 -1
View File
@@ -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,