mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 06:46:00 +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 }}
|
||||
|
||||
- name: Print content of notarization-error.log
|
||||
if: failure() and matrix.os == 'macos-14'
|
||||
if: failure() && matrix.os == 'macos-14'
|
||||
run: |
|
||||
echo "=== Begin of notarization-error.log ==="
|
||||
cat app/dist/notarization-error.log
|
||||
|
||||
Reference in New Issue
Block a user