try to use electron notarize

This commit is contained in:
Jan Prochazka
2024-12-25 10:28:10 +01:00
parent 3916a5e6e8
commit 18ca971f67
3 changed files with 12 additions and 487 deletions

View File

@@ -122,6 +122,4 @@ jobs:
- name: Print content of notarization-error.log
if: failure() && matrix.os == 'macos-14'
run: |
echo "=== Begin of notarization-error.log ==="
find . -type f -name "notarization-error.log" -exec echo "=== Start of {} ===" \; -exec cat {} \; -exec echo "=== End of {} ===" \;
echo "=== End of notarization-error.log ==="