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