From 3a54e23fba3899be0f85ff514193d895d2f9d891 Mon Sep 17 00:00:00 2001 From: NHLOCAL Date: Sun, 15 Dec 2024 20:46:12 +0200 Subject: [PATCH] Update publish-installer.yml --- .github/workflows/publish-installer.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish-installer.yml b/.github/workflows/publish-installer.yml index e15ac0e..158c329 100644 --- a/.github/workflows/publish-installer.yml +++ b/.github/workflows/publish-installer.yml @@ -23,6 +23,7 @@ jobs: - name: Install dependencies run: | pip install -r requirements.txt + pip install pyinstaller # מתקין PyInstaller אם לא הוספת ל-requirements.txt - name: Get the version id: get_version