From 105ea35f28d5af9393c54c88e32bd29dafb53740 Mon Sep 17 00:00:00 2001 From: Tyler Wilding Date: Wed, 18 Sep 2024 20:31:24 -0400 Subject: [PATCH] ci: enable verbose logs for tauri build to resolve macOS intermittent failures (#564) 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. --- .github/workflows/build.yaml | 2 ++ .github/workflows/release.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a407488..04a29c0 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -56,3 +56,5 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }} + with: + args: "--verbose" diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 077e82c..18f7d8e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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: