mirror of
https://github.com/actions/download-artifact.git
synced 2025-07-23 15:08:29 +02:00
test
This commit is contained in:
parent
3e13ebd535
commit
f955f933f0
1 changed files with 1 additions and 0 deletions
1
dist/index.js
vendored
1
dist/index.js
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue