Skip to content

Commit

Permalink
updating workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-putzu committed Feb 17, 2025
1 parent 3b2ac6d commit c10a058
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/call_publish_web_assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
upload_status=$(az storage blob upload \
--account-name "${{ env.STORAGE_ACCOUNT_NAME}}" \
--account-key "${{ secrets.STORAGE_CONTRACTS_ACCOUNT_KEY }}" \
--container "${{ env.STORAGE_CONTAINER }}" \
--container '${{ env.STORAGE_CONTAINER }}' \
--file "./src/core/env/${{ inputs.environment }}/assets/app-io-premium-plans.json" \
--name "assets/app-io-premium-plans.json" \
--overwrite true)
Expand All @@ -66,7 +66,7 @@ jobs:
echo "Error during contracts upload batch."
exit 1 # Esce dallo step con codice di errore
fi
# - name: Upload config to blob storage
# run: |
# az storage blob upload \
Expand Down

0 comments on commit c10a058

Please sign in to comment.