mirror of
https://github.com/rbreu/beeref.git
synced 2026-03-11 08:54:28 +00:00
Fix pyinstaller invokation in build action
This commit is contained in:
parent
b8c6a0c894
commit
5f459ae09b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue