mirror of
https://github.com/actions/upload-artifact.git
synced 2025-07-19 04:58:22 +02: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