From f955f933f0b2f428048b6647c1e5e1c6065b37ad Mon Sep 17 00:00:00 2001 From: Austin Sasko Date: Mon, 22 Aug 2022 13:27:31 -0400 Subject: [PATCH] test --- dist/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/index.js b/dist/index.js index 85f22af..273395b 100644 --- a/dist/index.js +++ b/dist/index.js @@ -4155,6 +4155,7 @@ For more detailed logs during the artifact upload process, enable step-debugging } core.debug(`Upload Resource URL: ${response.fileContainerResourceUrl}`); core.info(`Container for artifact "${name}" successfully created. Starting upload of file(s)`); + console.log("US :" + uploadSpecification) // Upload each of the files that were found concurrently const uploadResult = yield uploadHttpClient.uploadArtifactToFileContainer(response.fileContainerResourceUrl, uploadSpecification, options); // Update the size of the artifact to indicate we are done uploading