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 59b9921 commit d53e543
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/call_publish_product_logo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ jobs:
- name: Upload to blob storage
run: |
upload_status=$(az storage blob upload-batch \
--account-name "${{ env.STORAGE_ACCOUNT_NAME }}" \
--account-key "${{ secrets.STORAGE_CHECKOUT_ACCOUNT_KEY }}" \
--connection-string "${{ secrets.STORAGE_CHECKOUT_ACCOUNT_CONNECTION_STRING }}" \
--source './src/core/resources/products/' \
--destination "${{ env.STORAGE_CONTAINER }}/resources/products" \
--overwrite)
Expand All @@ -66,7 +65,7 @@ jobs:
if [[ $? -eq 0 ]]; then
echo "Upload success."
else
echo "Error during contracts upload batch."
echo "Error during logo lofo batch."
exit 1 # Esce dallo step con codice di errore
fi
Expand Down

0 comments on commit d53e543

Please sign in to comment.