Skip to content

Commit

Permalink
Only print debug info on MacOS #build
Browse files Browse the repository at this point in the history
  • Loading branch information
heyman committed Jan 3, 2025
1 parent eedc639 commit 537e168
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
APPLE_API_KEY_ISSUER: ${{ secrets.apple_api_key_issuer_id }}

- name: Print notarization-error.log
if: ${{ matrix.os == 'macos-latest' }}
run: cat notarization-error.log

- name: Upload Linux artifact
Expand Down

0 comments on commit 537e168

Please sign in to comment.