diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 281f2bd..6b396ed 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -46,7 +46,7 @@ jobs: run: wget https://aka.ms/downloadazcopy-v10-windows -O azcopy.zip - name: Get Azure cli - run: https://aka.ms/installazurecliwindowsx64 -O azcli.msi + run: wget https://aka.ms/installazurecliwindowsx64 -O azcli.msi - uses: google-github-actions/release-please-action@v4 id: release