Skip to content

Commit

Permalink
Add more debugging to notarization step
Browse files Browse the repository at this point in the history
Signed-off-by: Geoff Hutchison <[email protected]>
  • Loading branch information
ghutchis committed Jul 1, 2022
1 parent 4218e02 commit 8e7603b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_m1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,13 @@ jobs:
- name: Notarize Mac DMG
if: runner.os == 'macOS'
run: |
pwd
ls -l
# check if we have the password and the username
if [ -n "${NOTARIZE_PASSWORD}" ] && [ -n "${NOTARIZE_USERNAME}" ]; then
echo "codesign DMG"
codesign -s "$CODESIGN_IDENTITY" --timestamp "Avogadro2*.dmg"
echo "notarizing"
npx notarize-cli --file "Avogadro2*.dmg"
fi
env:
Expand Down

0 comments on commit 8e7603b

Please sign in to comment.