From 5d0708c30fb60b796778bbc8fc01c624fbb0a51d Mon Sep 17 00:00:00 2001 From: tamirmich Date: Mon, 11 Dec 2023 10:43:36 -0500 Subject: [PATCH] V0.1.2 --- .github/workflows/automatic release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/automatic release.yml b/.github/workflows/automatic release.yml index cfc7aaa..9691557 100644 --- a/.github/workflows/automatic release.yml +++ b/.github/workflows/automatic release.yml @@ -65,6 +65,7 @@ jobs: run: | python -m pip install --upgrade pip pip install -r requirements.txt + pip install pyinstaller - name: Build with pyinstaller for ${{matrix.TARGET}} run: ${{matrix.CMD_BUILD}} - name: Load Release URL File from release job