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

support globbing artifact list & merging download directory

This commit is contained in:
Rob Herley
2023-12-15 17:18:41 -05:00
parent 1bd0606e08
commit c4c6db724f
7 changed files with 5065 additions and 3005 deletions

View File

@@ -3,7 +3,9 @@ export enum Inputs {
Path = 'path',
GitHubToken = 'github-token',
Repository = 'repository',
RunID = 'run-id'
RunID = 'run-id',
Pattern = 'pattern',
MergeMultiple = 'merge-multiple'
}
export enum Outputs {