mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-05-03 15:13:57 +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
|
prerelease: true
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
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