fix: stabilize release workflow

This commit is contained in:
ILoveBinglu
2026-04-06 23:51:53 +08:00
parent 46f89deae0
commit c40a9084c5
2 changed files with 39 additions and 32 deletions
+5 -1
View File
@@ -118,7 +118,9 @@ jobs:
run: npm run build:release-body
- name: Build app
run: npm run build:ci
run: npm run build:win
env:
GH_TOKEN: ""
- name: Validate build artifacts
shell: pwsh
@@ -209,6 +211,8 @@ jobs:
- name: Build mac app
run: npm run build:mac
env:
GH_TOKEN: ""
- name: Validate build artifacts
run: |