diff --git a/.github/workflows/build-tauri.yml b/.github/workflows/build-tauri.yml index 1170a9c5..6bb5ec98 100644 --- a/.github/workflows/build-tauri.yml +++ b/.github/workflows/build-tauri.yml @@ -74,7 +74,7 @@ jobs: shell: bash run: | for target in ${{ join(matrix.tauri_target, ' ') }}; do - yarn build:tauri --target $target --config ./app/tauri/release.conf.json + yarn build:tauri --target $target --config ./app/tauri/release.conf.json --verbose done env: APPLE_API_ISSUER: $${{ secrets.APPLE_API_ISSUER }}