mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-22 03:39:08 +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.pipe(zipUploadStream)
|
||||
// zip.pipe(zipUploadStream)
|
||||
zip.finalize()
|
||||
return zipUploadStream
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user