This commit is contained in:
Austin Sasko 2022-08-22 13:27:31 -04:00
parent 3e13ebd535
commit f955f933f0

1
dist/index.js vendored
View file

@ -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