mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-13 18:56:58 +08:00
add blob client property check
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user