mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-01 03:13:15 +08: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