mirror of
https://github.com/actions/upload-artifact.git
synced 2025-07-18 04:28:27 +02:00
lint
This commit is contained in:
parent
cb6558bb10
commit
acb59e4776
7 changed files with 13 additions and 7 deletions
|
@ -62,7 +62,10 @@ export async function run(): Promise<void> {
|
|||
options.compressionLevel = inputs.compressionLevel
|
||||
}
|
||||
|
||||
const searchResult = await findFilesToUpload(tmpDir, inputs.includeHiddenFiles)
|
||||
const searchResult = await findFilesToUpload(
|
||||
tmpDir,
|
||||
inputs.includeHiddenFiles
|
||||
)
|
||||
|
||||
await uploadArtifact(
|
||||
inputs.name,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue