mirror of https://github.com/actions/toolkit
adding compression level back
parent
9322468ef0
commit
bc893bf1b4
|
@ -32,7 +32,7 @@ export async function createZipUploadStream(
|
|||
)
|
||||
const zlibOptions = {
|
||||
zlib: {
|
||||
level: zlib.constants.Z_DEFAULT_COMPRESSION,
|
||||
level: compressionLevel,
|
||||
bufferSize: getUploadChunkSize()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue