fix
This commit is contained in:
2
.github/workflows/build-windows-full.yml
vendored
2
.github/workflows/build-windows-full.yml
vendored
@@ -40,7 +40,7 @@ jobs:
|
|||||||
# 第 6 步: 运行 PyInstaller
|
# 第 6 步: 运行 PyInstaller
|
||||||
- name: Build the application with PyInstaller
|
- name: Build the application with PyInstaller
|
||||||
run: |
|
run: |
|
||||||
uv run pyinstaller lite_full.spec --noconfirm
|
uv run pyinstaller full.spec --noconfirm
|
||||||
|
|
||||||
# 第 7 步: 上传 exe 文件作为构建产物
|
# 第 7 步: 上传 exe 文件作为构建产物
|
||||||
- name: Upload Windows executable
|
- name: Upload Windows executable
|
||||||
|
|||||||
Reference in New Issue
Block a user