Skip to content

Commit

Permalink
Update build-release-develop.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ishvindersethi22 authored Apr 11, 2024
1 parent a12d62f commit 2fb99b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release-develop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: azure/CLI@v1
with:
inlineScript: |
az storage blob upload-batch --connection-string env. ${{ env.AZURE_STORAGE_CONNECTION_STRING }} -d '$web' -s ./build --overwrite
az storage blob upload-batch --connection-string ${{ env.AZURE_STORAGE_CONNECTION_STRING }} -d '$web' -s ./build --overwrite
- name: Purge CDN endpoint
uses: azure/CLI@v1
Expand Down

0 comments on commit 2fb99b4

Please sign in to comment.