Fix pyinstaller invokation in build action

This commit is contained in:
Rebecca Breu 2023-11-22 22:42:51 +01:00
parent b8c6a0c894
commit 5f459ae09b

View file

@ -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: