Skip to content

Commit

Permalink
add upload status echo
Browse files Browse the repository at this point in the history
  • Loading branch information
AleDore committed Feb 11, 2025
1 parent 3c2da71 commit 502f8e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/call_publish_contracts_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
--destination "${{ env.STORAGE_CONTAINER }}/contracts" \
--overwrite)
echo "${upload_status}"
if [[ $? -eq 0 ]]; then
echo "Upload success."
else
Expand Down

0 comments on commit 502f8e6

Please sign in to comment.