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 c0258da commit a483601
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:

- name: Create storage container if it does not exist
run: |
az storage container create --name ghaf-releases-container --account-name <your-storage-account-name> --auth-mode login
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 <your-storage-account-name> --overwrite --auth-mode login
az storage blob upload-batch -d 'ghaf-releases-container' -s . --account-name ghafreleasesstorage --overwrite --auth-mode login

0 comments on commit a483601

Please sign in to comment.