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
No known key found for this signature in database
GPG key ID: D1602042C3543B06
7 changed files with 5065 additions and 3005 deletions

View file

@ -30,7 +30,8 @@
"dependencies": {
"@actions/artifact": "^2.0.0",
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1"
"@actions/github": "^5.1.1",
"minimatch": "^9.0.3"
},
"devDependencies": {
"@types/node": "^12.12.6",
@ -40,6 +41,6 @@
"eslint": "^7.4.0",
"eslint-plugin-github": "^4.1.1",
"prettier": "^2.0.5",
"typescript": "^3.8.3"
"typescript": "^5.3.3"
}
}