chore: no staging build for mas

This commit is contained in:
DIYgod 2025-04-05 10:01:17 +08:00
parent 259ea945b8
commit 97c2b1a8df
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ jobs:
BUILD_VERSION: ${{ github.event.inputs.build_version }}
run: |
cd apps/desktop
pnpm build:electron-forge:mas ${{ env.PROD == 'false' && '--mode=staging' || '' }}
pnpm build:electron-forge:mas
- name: Build - Renderer
if: runner.os == 'Linux'