mirror of https://github.com/actions/toolkit
adding upload stream check
parent
a768aa30c7
commit
d597cf234f
|
@ -57,6 +57,7 @@ export async function uploadZipToBlobStorage(
|
||||||
const isItClosed = zipUploadStream.closed
|
const isItClosed = zipUploadStream.closed
|
||||||
core.info(`Is the zipUploadStream closed? ${isItClosed}`) // it is not closed, that's good
|
core.info(`Is the zipUploadStream closed? ${isItClosed}`) // it is not closed, that's good
|
||||||
core.info(`Is the buffer size appropriate? ${bufferSize}`) // it is not closed, that's good
|
core.info(`Is the buffer size appropriate? ${bufferSize}`) // it is not closed, that's good
|
||||||
|
core.info(`is the upload stream open? ${uploadStream.closed}`)
|
||||||
try {
|
try {
|
||||||
core.info(
|
core.info(
|
||||||
'1 Even more beginning upload of artifact content to blob storage'
|
'1 Even more beginning upload of artifact content to blob storage'
|
||||||
|
|
Loading…
Reference in New Issue