From ec6257de9fb31b8ac3775517c6c1fa78d7bf1287 Mon Sep 17 00:00:00 2001 From: Sheng Fan <41846047+fred913@users.noreply.github.com> Date: Tue, 27 Aug 2024 02:43:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20build.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5ac281e..cbc1951 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,7 +41,7 @@ jobs: - run: | pip install pipenv pipenv update -d - pipenv run nuitka --standalone --plugin-enable=pyside6 FluentPython + pipenv run nuitka --standalone --plugin-enable=pyside6 --macos-create-app-bundle FluentPython # Uploads artifact - name: Upload Artifacts