Expose rootDirectory input from @actions/artifact

Closes #344
This commit is contained in:
Carl Csaposs 2023-01-13 13:15:21 +00:00
commit c7b5199c2b
8 changed files with 51 additions and 6 deletions

View file

@ -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
}