ci: enable verbose logs for tauri build to resolve macOS intermittent failures (#564)
Some checks failed
📝 Linter / Frontend (push) Has been cancelled
📝 Linter / Backend Formatting (push) Has been cancelled
📝 Linter / Backend Linter (push) Has been cancelled
🧪 Tests / Frontend (push) Has been cancelled
🔨 Build / App (macos-12) (push) Has been cancelled
🔨 Build / App (ubuntu-20.04) (push) Has been cancelled
🔨 Build / App (windows-latest) (push) Has been cancelled

macOS builds are failing intermittently and the logs have no indication
as to why, enabling verbose logs is the recommendation from tauri's
support channels.

Hopefully the next time it happens there's a clue as to why.
This commit is contained in:
Tyler Wilding 2024-09-18 20:31:24 -04:00 committed by GitHub
parent 15209e3161
commit 105ea35f28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -56,3 +56,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
with:
args: "--verbose"

View file

@ -158,7 +158,7 @@ jobs:
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
with:
args: "--config ./.tauri/release-config.json"
args: "--verbose --config ./.tauri/release-config.json"
releaseId: ${{needs.create-release.outputs.release_id}}
verify-release: