Skip to content

Commit

Permalink
chore: Add products logo
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-putzu committed Feb 27, 2025
1 parent d53e543 commit d8f09a5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/call_publish_product_logo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,10 @@ jobs:
- name: Upload to blob storage
run: |
upload_status=$(az storage blob upload-batch \
--connection-string "${{ secrets.STORAGE_CHECKOUT_ACCOUNT_CONNECTION_STRING }}" \
--account-name "${{ env.STORAGE_ACCOUNT_NAME }}" \
--account-key "${{ secrets.STORAGE_CHECKOUT_ACCOUNT_KEY }}" \
--source './src/core/resources/products/' \
--destination "${{ env.STORAGE_CONTAINER }}/resources/products" \
--destination '${{ env.STORAGE_CONTAINER }}/resources/products' \
--overwrite)
echo "${upload_status}"
Expand Down

0 comments on commit d8f09a5

Please sign in to comment.