mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-23 05:46:01 +00:00
print notarization error
This commit is contained in:
7
.github/workflows/build-app-beta.yaml
vendored
7
.github/workflows/build-app-beta.yaml
vendored
@@ -118,3 +118,10 @@ jobs:
|
||||
prerelease: true
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Print content of notarization-error.log
|
||||
if: failure() and matrix.os == 'macos-14'
|
||||
run: |
|
||||
echo "=== Begin of notarization-error.log ==="
|
||||
cat app/dist/notarization-error.log
|
||||
echo "=== End of notarization-error.log ==="
|
||||
Reference in New Issue
Block a user