mirror of
https://github.com/actions/toolkit.git
synced 2026-08-08 00:00:33 +02:00
adding compression level back
This commit is contained in:
@@ -32,7 +32,7 @@ export async function createZipUploadStream(
|
||||
)
|
||||
const zlibOptions = {
|
||||
zlib: {
|
||||
level: zlib.constants.Z_DEFAULT_COMPRESSION,
|
||||
level: compressionLevel,
|
||||
bufferSize: getUploadChunkSize()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user