From 5a421d797c8f7b811a800f6b716dcd45a9893435 Mon Sep 17 00:00:00 2001 From: NHLOCAL Date: Sun, 29 Dec 2024 00:54:59 +0200 Subject: [PATCH] =?UTF-8?q?=D7=AA=D7=99=D7=A7=D7=95=D7=9F=20=D7=96=D7=A8?= =?UTF-8?q?=D7=99=D7=9E=D7=AA=20=D7=A2=D7=91=D7=95=D7=93=D7=94=20=D7=91?= =?UTF-8?q?=D7=A0=D7=99=D7=99=D7=AA=20cli-ai?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../workflows/\342\200\217\342\200\217publish-cli-ai.yml" | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git "a/.github/workflows/\342\200\217\342\200\217publish-cli-ai.yml" "b/.github/workflows/\342\200\217\342\200\217publish-cli-ai.yml" index e049897..bbb08c8 100644 --- "a/.github/workflows/\342\200\217\342\200\217publish-cli-ai.yml" +++ "b/.github/workflows/\342\200\217\342\200\217publish-cli-ai.yml" @@ -24,11 +24,7 @@ jobs: - name: Build EXE run: | - pyinstaller --onefile \ - --add-data "src/core/app/singer-list.csv;app" \ - --name "Singles-Sorter" \ - --icon "src/core/assets/icon.ico" \ - "src/core/singles_sorter_v5.py" + pyinstaller --onefile --add-data "src/core/app/singer-list.csv;app" --name "Singles-Sorter" --icon "src/core/assets/icon.ico" "src/core/singles_sorter_v5.py" - name: Get the version id: get_version