Skip to content

Commit

Permalink
Fix pyinstaller invokation in build action
Browse files Browse the repository at this point in the history
  • Loading branch information
rbreu committed Nov 22, 2023
1 parent b8c6a0c commit 5f459ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5f459ae

Please sign in to comment.