Skip to content

Commit

Permalink
More work to debug m1 notarization [skip ci]
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 d577e56 commit 6e875d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_m1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,9 @@ jobs:
# 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"
codesign -s "$CODESIGN_IDENTITY" --timestamp Avogadro2*.dmg
echo "notarizing"
npx notarize-cli --file "Avogadro2*.dmg"
npx notarize-cli --file Avogadro2*.dmg
fi
env:
NOTARIZE_USERNAME: ${{ secrets.AC_USERNAME }}
Expand Down

0 comments on commit 6e875d0

Please sign in to comment.