From e924dde7ff5f71d92c01dd829fc7f5f68929c911 Mon Sep 17 00:00:00 2001 From: xunbu Date: Thu, 21 Aug 2025 16:43:12 +0800 Subject: [PATCH] fix --- .github/workflows/build-windows-full.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-windows-full.yml b/.github/workflows/build-windows-full.yml index ffc878a..d404b3e 100644 --- a/.github/workflows/build-windows-full.yml +++ b/.github/workflows/build-windows-full.yml @@ -40,7 +40,7 @@ jobs: # 第 6 步: 运行 PyInstaller - name: Build the application with PyInstaller run: | - uv run pyinstaller lite_full.spec --noconfirm + uv run pyinstaller full.spec --noconfirm # 第 7 步: 上传 exe 文件作为构建产物 - name: Upload Windows executable