mirror of
https://github.com/actions/download-artifact.git
synced 2025-07-19 21:18:26 +02:00
Misc Download Artifact Improvements (#43)
* Various improvements to download-artifact * Resolve input path * README updates * PR feedback
This commit is contained in:
parent
385ad92b52
commit
7e5b6f00de
6 changed files with 286 additions and 125 deletions
|
@ -2,3 +2,6 @@ export enum Inputs {
|
|||
Name = 'name',
|
||||
Path = 'path'
|
||||
}
|
||||
export enum Outputs {
|
||||
DownloadPath = 'download-path'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue