From 416bd95549e0dcff4d372126d876ce44c96bfb26 Mon Sep 17 00:00:00 2001 From: Karim Mdmirajul <143718491+karim20230@users.noreply.github.com> Date: Tue, 5 Nov 2024 14:05:37 +0200 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7ba97ee..2efa5cd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,11 +15,7 @@ jobs: uses: azure/login@v1 with: creds: ${{ secrets.AZURE_CREDENTIALS }} - - - name: Create storage container if it does not exist - run: | - az storage container create --name ghaf-releases-container --account-name your_actual_storage_account_name --auth-mode login - + - name: Upload files to Azure Storage run: | az storage blob upload-batch -d 'ghaf-releases-container' -s . --account-name ghafreleasesstorage --overwrite --auth-mode login