This commit is contained in:
phuong 2025-04-30 22:27:36 +00:00 committed by GitHub
commit 055cd6849c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 7 additions and 1 deletions

View file

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