update build action
This commit is contained in:
2
.github/workflows/build-and-release.yml
vendored
2
.github/workflows/build-and-release.yml
vendored
@@ -52,7 +52,7 @@ jobs:
|
|||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
pip install pyinstaller
|
pip install pyinstaller
|
||||||
|
|
||||||
- name: PyInstaller folder build
|
- name: PyInstaller directory build
|
||||||
run: |
|
run: |
|
||||||
pyinstaller main.py --name text-engine
|
pyinstaller main.py --name text-engine
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user