1
0
Fork 0
mirror of https://github.com/actions/toolkit synced 2025-05-10 09:03:02 +00:00

add blob client property check

This commit is contained in:
Vallie Joseph 2024-03-28 19:06:47 +00:00
parent 31a6086649
commit c9e825e841
2 changed files with 4 additions and 0 deletions

View file

@ -70,6 +70,8 @@ export async function uploadArtifact(
return createZipUploadStream(zipSpecification, options?.compressionLevel)
.then(async zipUploadStream => {
core.info(`starting upload to blob here`)
core.info(`zipuploadstream looks like this: ${zipUploadStream}`)
return uploadZipToBlobStorage(
createArtifactResp.signedUploadUrl,
zipUploadStream