We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cb2f7e commit 7f7410dCopy full SHA for 7f7410d
.github/workflows/ci.yml
@@ -45,6 +45,7 @@ jobs:
45
- name: Upload to blob storage
46
uses: azure/CLI@v2
47
with:
48
+ azcliversion: latest
49
inlineScript: |
50
az storage blob upload-batch --account-name ${{ secrets.STORAGE_ACCOUNT_NAME }} --auth-mode key -d '$web' -s .
51
az cdn endpoint purge --content-paths "/*" --profile-name ${{ secrets.CDN_PROFILE_NAME }} --name ${{ secrets.CDN_ENDPOINT }} --resource-group ${{ secrets.CDN_RESOURCE_GROUP }}
0 commit comments