From 58635087faf0c3c70d3b7e2f0159cdec39047695 Mon Sep 17 00:00:00 2001 From: Austin Sasko Date: Mon, 22 Aug 2022 13:39:03 -0400 Subject: [PATCH] test --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 4d87f92..f0db288 100644 --- a/dist/index.js +++ b/dist/index.js @@ -4241,7 +4241,7 @@ Note: The size of downloaded zips can differ significantly from the reported siz let downloadedArtifacts = 0; while (downloadedArtifacts < artifacts.count) { const currentArtifactToDownload = artifacts.value[downloadedArtifacts]; - console.log("current art: " + currentArtifactToDownload) + console.log("current art: " + JSON.stringify(currentArtifactToDownload)) downloadedArtifacts += 1; core.info(`starting download of artifact ${currentArtifactToDownload.name} : ${downloadedArtifacts}/${artifacts.count}`); // Get container entries for the specific artifact