1
0
mirror of https://github.com/actions/download-artifact.git synced 2025-12-06 17:57:49 +01:00

Misc Download Artifact Improvements (#43)

* Various improvements to download-artifact

* Resolve input path

* README updates

* PR feedback
This commit is contained in:
Konrad Pabjan
2020-07-15 12:09:31 +02:00
committed by GitHub
parent 385ad92b52
commit 7e5b6f00de
6 changed files with 286 additions and 125 deletions

View File

@@ -2,3 +2,6 @@ export enum Inputs {
Name = 'name',
Path = 'path'
}
export enum Outputs {
DownloadPath = 'download-path'
}