mirror of
https://code.forgejo.org/actions/upload-artifact.git
synced 2025-07-25 23:15:12 +03:00
add new overwrite input & docs
This commit is contained in:
parent
1eb3cb2b3e
commit
11ff42c7b1
10 changed files with 536 additions and 26 deletions
|
@ -25,4 +25,9 @@ export interface UploadInputs {
|
|||
* The level of compression for Zlib to be applied to the artifact archive.
|
||||
*/
|
||||
compressionLevel?: number
|
||||
|
||||
/**
|
||||
* Whether or not to replace an existing artifact with the same name
|
||||
*/
|
||||
overwrite: boolean
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue