Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
karim20230 authored Nov 5, 2024
1 parent a483601 commit 416bd95
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 416bd95

Please sign in to comment.