Skip to content

Commit 6c20a19

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

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,11 @@ jobs:
3333

3434
# 5. 打包 Windows 应用
3535
- name: Build Windows app
36-
run: |
37-
flet build windows
36+
run: flet build windows
3837

3938
# 6. 上传打包结果(可下载)
4039
- name: Upload artifact
41-
uses: actions/upload-artifact@v3
40+
uses: actions/upload-artifact@v4
4241
with:
4342
name: windows-build
4443
path: dist/**
45-

0 commit comments

Comments
 (0)