mirror of
https://code.forgejo.org/forgejo/upload-artifact.git
synced 2025-06-08 09:45:43 +02: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