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

This reverts commit 7ae2414067.
This commit is contained in:
Tunglies
2025-12-06 09:20:31 +08:00
parent 643df7c15d
commit cd6885f115

View File

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