[Artifacts] zip creation + blob storage upload functionality (#1488)

* Artifact zip creation + blob storage upload functionality

* Fix lint

* PR feedback
This commit is contained in:
Konrad Pabjan
2023-08-10 15:28:41 -04:00
committed by GitHub
parent ab78839e86
commit 45c49b09df
6 changed files with 906 additions and 15 deletions

View File

@@ -41,12 +41,14 @@
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/http-client": "^2.1.0",
"@azure/storage-blob": "^12.15.0",
"@protobuf-ts/plugin": "^2.2.3-alpha.1",
"archiver": "^5.3.1",
"jwt-decode": "^3.1.2",
"twirp-ts": "^2.5.0"
},
"devDependencies": {
"@types/tmp": "^0.2.1",
"@types/archiver": "^5.3.2",
"typescript": "^4.3.0"
}
}