diff --git a/.github/workflows/release-apt-get.yml b/.github/workflows/release-apt-get.yml index c75d05b4948634..5db0d61f844bd4 100644 --- a/.github/workflows/release-apt-get.yml +++ b/.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 gitcitoolstore -c tools -n azure-repoapi-client_2.0.1_amd64.deb -f repoclient.deb --auth-mode login + 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 - name: "Install Repo Client" run: |