build: upload to AZ as well as S3 (#33597)

* build: upload to AZ aswell as S3

* fix: provide env to azput

Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com>
This commit is contained in:
trop[bot]
2022-04-25 23:29:01 -07:00
committed by GitHub
parent b0ab8e49a9
commit 3ed7b54608
10 changed files with 345 additions and 93 deletions

View File

@@ -4,6 +4,7 @@
"repository": "https://github.com/electron/electron",
"description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
"devDependencies": {
"@azure/storage-blob": "^12.9.0",
"@electron/docs-parser": "^0.12.4",
"@electron/typescript-definitions": "^8.9.5",
"@octokit/auth-app": "^2.10.0",
@@ -141,4 +142,4 @@
"node script/gen-hunspell-filenames.js"
]
}
}
}