Skip to content

Commit 494547e

Browse files
authored
Update ci.yml
1 parent 6c20a19 commit 494547e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@ jobs:
3333

3434
# 5. 打包 Windows 应用
3535
- name: Build Windows app
36-
run: flet build windows
36+
run: |
37+
chcp 65001
38+
set PYTHONIOENCODING=utf-8
39+
flet build windows
3740
3841
# 6. 上传打包结果(可下载)
3942
- name: Upload artifact

0 commit comments

Comments
 (0)