ci(dev): add --profile fast-release argument to Tauri build step

This commit is contained in:
Tunglies
2025-12-06 08:14:33 +08:00
parent d28075221c
commit 7ae2414067

View File

@@ -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'