mirror of
https://github.com/actions/toolkit.git
synced 2026-08-19 00:00:17 +02: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