Set Output downloaded artifacts (json string)

This commit is contained in:
phuong 2024-09-20 17:14:36 +07:00
parent fa0a91b85d
commit 5a52bf4756
4 changed files with 7 additions and 1 deletions

View file

@ -9,5 +9,6 @@ export enum Inputs {
}
export enum Outputs {
DownloadPath = 'download-path'
DownloadPath = 'download-path',
Artifacts = 'artifacts',
}