change createArtifactFolder to true

This commit is contained in:
leechechik 2020-04-29 13:49:07 +03:00
parent 820a073ccc
commit 0904f6d934

View file

@ -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,