From e899204ad29dff8b69441fc320887005308992b5 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Mon, 26 Aug 2024 12:41:29 -0500 Subject: [PATCH] Add step to show result of notarize step --- .github/workflows/cmake-ctest.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/cmake-ctest.yml b/.github/workflows/cmake-ctest.yml index f55b434b0..da220217c 100644 --- a/.github/workflows/cmake-ctest.yml +++ b/.github/workflows/cmake-ctest.yml @@ -424,6 +424,10 @@ jobs: if: ${{ needs.check-secret.outputs.sign-state == 'exists' }} shell: bash + - run: echo "notary result is ${{ steps.notarize-dmg.outputs.jsonout }}." + if: ${{ needs.check-secret.outputs.sign-state == 'exists' }} + shell: bash + - name: Staple dmg (MacOS_latest) id: staple-dmg env: