mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-22 03:29:06 +08:00
adding more logging
This commit is contained in:
parent
e4c0440c3a
commit
a768aa30c7
@ -56,6 +56,7 @@ export async function uploadZipToBlobStorage(
|
|||||||
core.info(`Is the zipUploadStream readable? ${isItReadable}`) // it is readable, that's good
|
core.info(`Is the zipUploadStream readable? ${isItReadable}`) // it is readable, that's good
|
||||||
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
|
||||||
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…
x
Reference in New Issue
Block a user