This commit is contained in:
Jan Prochazka
2024-12-23 09:52:22 +01:00
parent 54d61790a9
commit 1478886e04

View File

@@ -123,5 +123,5 @@ jobs:
if: failure() && matrix.os == 'macos-14'
run: |
echo "=== Begin of notarization-error.log ==="
cat app/dist/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 ==="