mirror of
https://github.com/actions/download-artifact.git
synced 2025-11-02 17:03:40 +00:00
change createArtifactFolder to true
This commit is contained in:
parent
820a073ccc
commit
0904f6d934
@ -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…
x
Reference in New Issue
Block a user