From 7ae241406799c02b6539a116aa75a53a98864d76 Mon Sep 17 00:00:00 2001 From: Tunglies <77394545+Tunglies@users.noreply.github.com> Date: Sat, 6 Dec 2025 08:14:33 +0800 Subject: [PATCH] ci(dev): add --profile fast-release argument to Tauri build step --- .github/workflows/dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index bf060e901..2e50cbb89 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -149,7 +149,7 @@ jobs: APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }} with: tauriScript: pnpm - args: --target ${{ matrix.target }} -b ${{ matrix.bundle }} + args: --target ${{ matrix.target }} -b ${{ matrix.bundle }} --profile fast-release - name: Upload Artifacts (macOS) if: matrix.os == 'macos-latest' && github.event.inputs[matrix.input] == 'true'