From 3e13ebd535109e4434643027251268215a8c2b50 Mon Sep 17 00:00:00 2001 From: Austin Sasko Date: Mon, 22 Aug 2022 12:55:09 -0400 Subject: [PATCH] test --- dist/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 861a5ae..85f22af 100644 --- a/dist/index.js +++ b/dist/index.js @@ -4231,6 +4231,7 @@ Note: The size of downloaded zips can differ significantly from the reported siz core.info('Unable to find any artifacts for the associated workflow'); return response; } + console.log(artifacts) if (!path) { path = config_variables_1.getWorkSpaceDirectory(); } @@ -6454,7 +6455,7 @@ class DownloadHttpClient { let destinationStream = fs.createWriteStream(downloadPath); const headers = utils_1.getDownloadHeaders('application/json', true, true); // a single GET request is used to download a file - core.info(`making dl request with ${artifactLocation} and ${downloadPath}`) + core.info(`making dl request with ${artifactLocation} and ${downloadPath}`) const makeDownloadRequest = () => __awaiter(this, void 0, void 0, function* () { const client = this.downloadHttpManager.getClient(httpClientIndex); return yield client.get(artifactLocation, headers);