mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-22 10:29:06 +08:00
adding compression level back
This commit is contained in:
parent
9322468ef0
commit
bc893bf1b4
@ -32,7 +32,7 @@ export async function createZipUploadStream(
|
|||||||
)
|
)
|
||||||
const zlibOptions = {
|
const zlibOptions = {
|
||||||
zlib: {
|
zlib: {
|
||||||
level: zlib.constants.Z_DEFAULT_COMPRESSION,
|
level: compressionLevel,
|
||||||
bufferSize: getUploadChunkSize()
|
bufferSize: getUploadChunkSize()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user