Skip to content

Commit

Permalink
adding upload stream check
Browse files Browse the repository at this point in the history
  • Loading branch information
vmjoseph committed Mar 28, 2024
1 parent a768aa3 commit d597cf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/artifact/src/internal/upload/blob-upload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export async function uploadZipToBlobStorage(
const isItClosed = zipUploadStream.closed
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 upload stream open? ${uploadStream.closed}`)
try {
core.info(
'1 Even more beginning upload of artifact content to blob storage'
Expand Down

0 comments on commit d597cf2

Please sign in to comment.