mirror of
https://code.forgejo.org/forgejo/upload-artifact.git
synced 2026-02-04 08:31:43 +00:00
Exclude hidden files by default
This commit is contained in:
parent
834a144ee9
commit
cb6558bb10
18 changed files with 169 additions and 36 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue