You've already forked upload-artifact
mirror of
https://gitee.com/Foldcc/upload-artifact
synced 2026-05-24 14:50:07 +00:00
add compression level input
This commit is contained in:
@@ -3,7 +3,8 @@ export enum Inputs {
|
||||
Name = 'name',
|
||||
Path = 'path',
|
||||
IfNoFilesFound = 'if-no-files-found',
|
||||
RetentionDays = 'retention-days'
|
||||
RetentionDays = 'retention-days',
|
||||
CompressionLevel = 'compression-level'
|
||||
}
|
||||
|
||||
export enum NoFileOptions {
|
||||
|
||||
Reference in New Issue
Block a user