Skip to content

Commit 2e55076

Browse files
authored
Update ci.yml
1 parent 494547e commit 2e55076

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
# 1. 拉取代码
1212
- name: Checkout code
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414

1515
# 2. 设置 Python
1616
- name: Set up Python
@@ -31,12 +31,12 @@ jobs:
3131
flutter-version: '3.29.2' # 建议和本地一致
3232
channel: stable
3333

34-
# 5. 打包 Windows 应用
34+
# 5. 打包 Windows 应用(禁用 Rich Unicode 输出)
3535
- name: Build Windows app
3636
run: |
3737
chcp 65001
3838
set PYTHONIOENCODING=utf-8
39-
flet build windows
39+
flet build windows --no-color
4040
4141
# 6. 上传打包结果(可下载)
4242
- name: Upload artifact

0 commit comments

Comments
 (0)