mirror of
https://github.com/actions/download-artifact.git
synced 2025-10-23 08:56:31 +08:00
Misc Download Artifact Improvements (#43)
* Various improvements to download-artifact * Resolve input path * README updates * PR feedback
This commit is contained in:
@@ -2,3 +2,6 @@ export enum Inputs {
|
||||
Name = 'name',
|
||||
Path = 'path'
|
||||
}
|
||||
export enum Outputs {
|
||||
DownloadPath = 'download-path'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user