feat: add artifacts and metadata outputs (#327)

Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2022-02-27 20:01:51 +01:00
committed by GitHub
parent affd781166
commit c127c9be61
9 changed files with 8176 additions and 132 deletions
+3 -1
View File
@@ -24,7 +24,9 @@
"@actions/core": "^1.6.0",
"@actions/exec": "^1.1.0",
"@actions/http-client": "^1.0.11",
"@actions/tool-cache": "^1.7.1"
"@actions/tool-cache": "^1.7.1",
"js-yaml": "^4.1.0",
"yargs": "^17.3.1"
},
"devDependencies": {
"@types/jest": "^26.0.24",