mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 17:15:38 +08:00
ci(dev): add --profile fast-release argument to Tauri build step
This commit is contained in:
2
.github/workflows/dev.yml
vendored
2
.github/workflows/dev.yml
vendored
@@ -149,7 +149,7 @@ jobs:
|
|||||||
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
|
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
|
||||||
with:
|
with:
|
||||||
tauriScript: pnpm
|
tauriScript: pnpm
|
||||||
args: --target ${{ matrix.target }} -b ${{ matrix.bundle }}
|
args: --target ${{ matrix.target }} -b ${{ matrix.bundle }} --profile fast-release
|
||||||
|
|
||||||
- name: Upload Artifacts (macOS)
|
- name: Upload Artifacts (macOS)
|
||||||
if: matrix.os == 'macos-latest' && github.event.inputs[matrix.input] == 'true'
|
if: matrix.os == 'macos-latest' && github.event.inputs[matrix.input] == 'true'
|
||||||
|
|||||||
Reference in New Issue
Block a user