mirror of
https://code.forgejo.org/forgejo/upload-artifact
synced 2025-05-18 14:40:09 +02:00
add compression level input
This commit is contained in:
parent
aa5cae10db
commit
20bcd3b8cb
6 changed files with 81 additions and 16 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue