1
0
mirror of https://github.com/actions/upload-artifact.git synced 2025-10-23 08:56:38 +08:00
This commit is contained in:
Rob Herley
2024-01-19 11:46:09 -05:00
parent 8ceeef4d01
commit b41dcc96e0
2 changed files with 4 additions and 3 deletions

View File

@@ -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