mirror of
https://code.forgejo.org/actions/upload-artifact.git
synced 2025-05-19 07:34:45 +00:00
cleanup
This commit is contained in:
parent
8ceeef4d01
commit
b41dcc96e0
2 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue