diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 585cc0c..28fd19d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,14 +19,14 @@ jobs: - name: Azure CLI script uses: azure/CLI@v1 with: - azcliversion: 2.0.72 + azcliversion: 2.31.0 inlineScript: | - az storage blob upload-batch --account-name radiopags -d '$web' -s . + az storage blob upload-batch --account-name radiopags -d \$web -s . --subscription ${{ secrets.AZURE_ACCOUNT_WEBSITE_SUB }} - name: Azure CLI script uses: azure/CLI@v1 with: - azcliversion: 2.0.72 + azcliversion: 2.31.0 inlineScript: | az cdn endpoint purge --content-paths "/*" --profile-name "radiopags-cdn-profile" --name "radiopags" --resource-group "RadioPags"