diff --git a/.github/workflows/azureCliDeploy.yml b/.github/workflows/azureCliDeploy.yml index e2100d6..ec6b169 100644 --- a/.github/workflows/azureCliDeploy.yml +++ b/.github/workflows/azureCliDeploy.yml @@ -31,7 +31,7 @@ jobs: with: azcliversion: 2.0.72 inlineScript: | - az storage blob upload-batch -d '$web' -s release --account-name bluradminmint --debug + az storage blob upload-batch -d '$web' -s release --account-name bluradmin --debug # Azure logout - name: logout