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'
}