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:
parent
31a6086649
commit
c9e825e841
2 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue