From 0904f6d9349a4a8d5d11cd7169c9756479bab0f0 Mon Sep 17 00:00:00 2001 From: leechechik Date: Wed, 29 Apr 2020 13:49:07 +0300 Subject: [PATCH] change createArtifactFolder to true --- src/download-artifact.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,