Skip to content

Commit

Permalink
Merge pull request #518 from ldennington/apt-get-fix
Browse files Browse the repository at this point in the history
fixup! Add workflow for apt-get release
  • Loading branch information
ldennington authored Jul 15, 2022
2 parents 7d66fe3 + 823d4b1 commit 8b82df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-apt-get.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 8b82df2

Please sign in to comment.