diff --git a/.github/workflows/deploy-badge.yml b/.github/workflows/deploy-badge.yml index 34b005b..edf9eb6 100644 --- a/.github/workflows/deploy-badge.yml +++ b/.github/workflows/deploy-badge.yml @@ -68,7 +68,7 @@ jobs: - uses: azure/CLI@v1 with: inlineScript: | - az storage blob upload-batch --account-name ${{ secrets.AZURE_BLOB_STORAGE_NAME }} -d "$web" --destination-path /images -s /home/runner/work/app-store-badge/app-store-badge/dist/images --auth-mode login --overwrite true + az storage blob upload-batch --account-name ${{ secrets.AZURE_BLOB_STORAGE_NAME }} -d '$web' --destination-path /images -s /home/runner/work/app-store-badge/app-store-badge/dist/images --auth-mode login --overwrite true close_pull_request_job: if: github.ref == 'refs/heads/main' && (github.event_name == 'pull_request' && github.event.action == 'closed')