mirror of
https://github.com/actions/upload-artifact.git
synced 2025-10-23 08:56:38 +08:00
cleanup
This commit is contained in:
@@ -45,7 +45,6 @@ async function run(): Promise<void> {
|
||||
|
||||
const downloadPromises = artifacts.map(artifact =>
|
||||
artifactClient.downloadArtifact(artifact.id, {
|
||||
...options,
|
||||
path: inputs.separateDirectories
|
||||
? path.join(tmpDir, artifact.name)
|
||||
: tmpDir
|
||||
|
||||
Reference in New Issue
Block a user