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

This reverts commit 7ae241406799c02b6539a116aa75a53a98864d76.
This commit is contained in:
Tunglies 2025-12-06 09:20:31 +08:00
parent 643df7c15d
commit cd6885f115
No known key found for this signature in database
GPG Key ID: B9B01B389469B3E8

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'