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 12, 2025
1 parent aa2c8eb commit c100d81
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/call_publish_web_assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@ jobs:
upload_status=$(az storage blob upload \
--account-name "${{ env.STORAGE_ACCOUNT_NAME}}" \
--account-key "${{ secrets.STORAGE_CONTRACTS_ACCOUNT_KEY }}" \
--source "./src/core/env/${{ inputs.environment }}/assets/app-io-premium-plans.json" \
--destination "${{ env.STORAGE_CONTAINER }}/assets/app-io-premium-plans.json" \
--container-name "${{ env.STORAGE_CONTAINER }}" \
--file "./src/core/env/${{ inputs.environment }}/assets/app-io-premium-plans.json" \
--name "assets/app-io-premium-plans.json" \
--overwrite)
echo "${upload_status}"
Expand Down

0 comments on commit c100d81

Please sign in to comment.