diff --git a/src/download-artifact.ts b/src/download-artifact.ts index ccc1bfb..9619347 100644 --- a/src/download-artifact.ts +++ b/src/download-artifact.ts @@ -21,7 +21,7 @@ async function run(): Promise { } else { // download a single artifact const downloadOptions = { - createArtifactFolder: false + createArtifactFolder: true } const downloadResponse = await artifactClient.downloadArtifact( name,