mirror of
https://github.com/actions/download-artifact.git
synced 2025-07-21 05:58:21 +02:00
Set Output downloaded artifacts (json string)
This commit is contained in:
parent
fa0a91b85d
commit
5a52bf4756
4 changed files with 7 additions and 1 deletions
|
@ -9,5 +9,6 @@ export enum Inputs {
|
|||
}
|
||||
|
||||
export enum Outputs {
|
||||
DownloadPath = 'download-path'
|
||||
DownloadPath = 'download-path',
|
||||
Artifacts = 'artifacts',
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue