mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-29 13:23:58 +00:00
fix
This commit is contained in:
2
.github/workflows/build-app-beta.yaml
vendored
2
.github/workflows/build-app-beta.yaml
vendored
@@ -120,7 +120,7 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Print content of notarization-error.log
|
- name: Print content of notarization-error.log
|
||||||
if: failure() and matrix.os == 'macos-14'
|
if: failure() && matrix.os == 'macos-14'
|
||||||
run: |
|
run: |
|
||||||
echo "=== Begin of notarization-error.log ==="
|
echo "=== Begin of notarization-error.log ==="
|
||||||
cat app/dist/notarization-error.log
|
cat app/dist/notarization-error.log
|
||||||
|
|||||||
Reference in New Issue
Block a user