From 277182ed699a09e323bcb71b7be62a5d4ad85d50 Mon Sep 17 00:00:00 2001 From: xunbu Date: Thu, 28 Aug 2025 23:12:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=89=E8=A3=85pyinstaller?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-windows-full.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-windows-full.yml b/.github/workflows/build-windows-full.yml index b52d082..16c8620 100644 --- a/.github/workflows/build-windows-full.yml +++ b/.github/workflows/build-windows-full.yml @@ -39,6 +39,7 @@ jobs: # 第 6 步: 运行 PyInstaller - name: Build the application with PyInstaller run: | + uv pip install pyinstaller uv run pyinstaller full.spec --noconfirm # 第 7 步: 上传 exe 文件作为构建产物