release: update Azure storage resource names

This commit is contained in:
Lessley Dennington 2022-08-05 08:12:31 -07:00
Родитель 5f6cd1446b
Коммит ab43bf3b2a
2 изменённых файлов: 2 добавлений и 2 удалений

2
.github/scripts/set-up-esrp.ps1 поставляемый
Просмотреть файл

@ -1,5 +1,5 @@
# Install ESRP client
az storage blob download --file esrp.zip --account-key "$env:AZURE_STORAGE_KEY" --account-name msftgitesrp --container microsoft-esrp-client --name microsoft.esrpclient.1.2.76.nupkg
az storage blob download --file esrp.zip --account-key "$env:AZURE_STORAGE_KEY" --account-name esrpsigningstorage --container signing-resources --name microsoft.esrpclient.1.2.76.nupkg
Expand-Archive -Path esrp.zip -DestinationPath .\esrp
# Install certificates

2
.github/workflows/release-apt-get.yml поставляемый
Просмотреть файл

@ -24,7 +24,7 @@ jobs:
env:
AZ_SUB: ${{ secrets.AZURE_SUBSCRIPTION }}
run: |
az storage blob download --subscription "$AZ_SUB" --account-name msftgitesrp -c microsoft-repoclient -n azure-repoapi-client_2.0.1_amd64.deb -f repoclient.deb --auth-mode login
az storage blob download --subscription "$AZ_SUB" --account-name esrpsigningstorage -c signing-resources -n azure-repoapi-client_2.0.1_amd64.deb -f repoclient.deb --auth-mode login
- name: "Install Repo Client"
run: |