mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-22 12:59:06 +08:00
Removing pipe
This commit is contained in:
parent
ca87c5e124
commit
7441cc7b8b
@ -92,7 +92,7 @@ export async function createZipUploadStream(
|
|||||||
// `Zip read high watermark value ${zipUploadStream.readableHighWaterMark}`
|
// `Zip read high watermark value ${zipUploadStream.readableHighWaterMark}`
|
||||||
// )
|
// )
|
||||||
|
|
||||||
zip.pipe(zipUploadStream)
|
// zip.pipe(zipUploadStream)
|
||||||
zip.finalize()
|
zip.finalize()
|
||||||
return zipUploadStream
|
return zipUploadStream
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user