Skip to content

Commit

Permalink
fix: include full path in build commands
Browse files Browse the repository at this point in the history
  • Loading branch information
jdev082 authored Jan 23, 2024
1 parent 247b25b commit b6dfb01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
pip install -r requirements.txt
- name: Build for Linux
run: |
pyi-makespec main.py --onefile --noconsole
pyinstaller --clean main.spec
/usr/bin/pyi-makespec main.py --onefile --noconsole
/usr/bin/pyinstaller --clean main.spec
ls dist
- name: bottom text
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit b6dfb01

Please sign in to comment.