From 5f459ae09b61ee0fa506cd0a789097efa4c235ca Mon Sep 17 00:00:00 2001 From: Rebecca Breu Date: Wed, 22 Nov 2023 22:42:51 +0100 Subject: [PATCH] Fix pyinstaller invokation in build action --- .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 52deeb6..7afed2f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: pip install -e . - name: Run Pyinstaller run: | - pyinstaller --onefile BeeRef.spec + pyinstaller BeeRef.spec - name: Upload artifact uses: actions/upload-artifact@v2 with: