mirror of
https://github.com/actions/upload-artifact.git
synced 2025-06-28 20:04:15 +00:00
parent
65d862660a
commit
c7b5199c2b
8 changed files with 51 additions and 6 deletions
|
@ -20,4 +20,9 @@ export interface UploadInputs {
|
|||
* Duration after which artifact will expire in days
|
||||
*/
|
||||
retentionDays: number
|
||||
|
||||
/**
|
||||
* A file path that denotes the root directory of the files being uploaded
|
||||
*/
|
||||
rootDirectory: string
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue