mirror of
https://github.com/actions/download-artifact.git
synced 2025-07-27 00:48:28 +02:00
change createArtifactFolder to true
This commit is contained in:
parent
820a073ccc
commit
0904f6d934
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ async function run(): Promise<void> {
|
|||
} else {
|
||||
// download a single artifact
|
||||
const downloadOptions = {
|
||||
createArtifactFolder: false
|
||||
createArtifactFolder: true
|
||||
}
|
||||
const downloadResponse = await artifactClient.downloadArtifact(
|
||||
name,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue