From cd6885f115dca385d08460c28969d5ad0ba22ecc Mon Sep 17 00:00:00 2001 From: Tunglies <77394545+Tunglies@users.noreply.github.com> Date: Sat, 6 Dec 2025 09:20:31 +0800 Subject: [PATCH] Revert "ci(dev): add --profile fast-release argument to Tauri build step" This reverts commit 7ae241406799c02b6539a116aa75a53a98864d76. --- .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 2e50cbb89..bf060e901 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 }} --profile fast-release + args: --target ${{ matrix.target }} -b ${{ matrix.bundle }} - name: Upload Artifacts (macOS) if: matrix.os == 'macos-latest' && github.event.inputs[matrix.input] == 'true'