Skip to content

Commit

Permalink
Merge pull request #753 from byrnHDF/master-show-json
Browse files Browse the repository at this point in the history
Add step to show result of notarize step
  • Loading branch information
byrnHDF committed Aug 26, 2024
2 parents 6c95621 + e899204 commit 120c70f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cmake-ctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 120c70f

Please sign in to comment.