diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8d0bdbb..580f5f6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,4 +22,4 @@ jobs: - name: Upload files to Azure Storage run: | - az storage blob upload-batch -d 'ghaf-releases-container' -s . --account-name ghafreleasesstorage --overwrite --account-key ${{ secrets.AZURE_STORAGE_ACCOUNT_KEY }} + az storage blob upload-batch -d ghaf-releases-container -s . --account-name ghafreleasesstorage --overwrite --account-key ${{ secrets.AZURE_STORAGE_ACCOUNT_KEY }}