13
0
Fork 0
mirror of https://code.forgejo.org/forgejo/upload-artifact.git synced 2026-07-03 01:49:30 +00:00
This commit is contained in:
Rob Herley 2024-01-19 11:46:09 -05:00
parent 8ceeef4d01
commit b41dcc96e0
No known key found for this signature in database
GPG key ID: D1602042C3543B06
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