去掉调试模式并且修正在线打包windows

(cherry picked from commit 603afe3ca6ffc6838e83ff8e1980dcc9e615733b)
This commit is contained in:
2025-10-28 20:25:06 -07:00
committed by speakeloudest
parent fc4ecf874b
commit 773047838c
5 changed files with 9 additions and 15 deletions
+3
View File
@@ -26,6 +26,9 @@ jobs:
- name: Get dependencies
run: flutter pub get
- name: Generate code
run: dart run build_runner build --delete-conflicting-outputs
- name: Build Windows Debug
run: flutter build windows