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 {
|
} else {
|
||||||
// download a single artifact
|
// download a single artifact
|
||||||
const downloadOptions = {
|
const downloadOptions = {
|
||||||
createArtifactFolder: false
|
createArtifactFolder: true
|
||||||
}
|
}
|
||||||
const downloadResponse = await artifactClient.downloadArtifact(
|
const downloadResponse = await artifactClient.downloadArtifact(
|
||||||
name,
|
name,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user