mirror of
https://github.com/actions/upload-artifact.git
synced 2025-10-19 17:26:32 +00:00
add compression level input
This commit is contained in:
@@ -20,4 +20,9 @@ export interface UploadInputs {
|
||||
* Duration after which artifact will expire in days
|
||||
*/
|
||||
retentionDays: number
|
||||
|
||||
/**
|
||||
* The level of compression for Zlib to be applied to the artifact archive.
|
||||
*/
|
||||
compressionLevel?: number
|
||||
}
|
||||
|
Reference in New Issue
Block a user