mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-05-01 16:43:59 +00:00
print notarization log
This commit is contained in:
7
.github/workflows/build-app-pro-beta.yaml
vendored
7
.github/workflows/build-app-pro-beta.yaml
vendored
@@ -148,3 +148,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() && matrix.os == 'macos-14'
|
||||||
|
run: |
|
||||||
|
cd ..
|
||||||
|
cd dbgate-merged
|
||||||
|
find . -type f -name "notarization-error.log" -exec echo "=== Start of {} ===" \; -exec cat {} \; -exec echo "=== End of {} ===" \;
|
||||||
|
|||||||
Reference in New Issue
Block a user