mirror of
https://github.com/actions/download-artifact.git
synced 2025-08-21 16:10:17 +00:00
test
This commit is contained in:
parent
3e13ebd535
commit
f955f933f0
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.debug(`Upload Resource URL: ${response.fileContainerResourceUrl}`);
|
||||||
core.info(`Container for artifact "${name}" successfully created. Starting upload of file(s)`);
|
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
|
// Upload each of the files that were found concurrently
|
||||||
const uploadResult = yield uploadHttpClient.uploadArtifactToFileContainer(response.fileContainerResourceUrl, uploadSpecification, options);
|
const uploadResult = yield uploadHttpClient.uploadArtifactToFileContainer(response.fileContainerResourceUrl, uploadSpecification, options);
|
||||||
// Update the size of the artifact to indicate we are done uploading
|
// Update the size of the artifact to indicate we are done uploading
|
||||||
|
Loading…
x
Reference in New Issue
Block a user