From 502f8e674949963c88a9acb6df87e3ba03eccaac Mon Sep 17 00:00:00 2001 From: AleDore Date: Tue, 11 Feb 2025 13:57:07 +0100 Subject: [PATCH] add upload status echo --- .github/workflows/call_publish_contracts_template.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/call_publish_contracts_template.yml b/.github/workflows/call_publish_contracts_template.yml index fd80aced..40c94aa5 100644 --- a/.github/workflows/call_publish_contracts_template.yml +++ b/.github/workflows/call_publish_contracts_template.yml @@ -60,6 +60,7 @@ jobs: --destination "${{ env.STORAGE_CONTAINER }}/contracts" \ --overwrite) + echo "${upload_status}" if [[ $? -eq 0 ]]; then echo "Upload success." else