Skip to content

Commit

Permalink
ci(ci-fix): migrate to one-file install
Browse files Browse the repository at this point in the history
  • Loading branch information
ZanzyTHEbar authored Jul 30, 2023
1 parent cd6e2fe commit 49de7fe
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 @@ -70,7 +70,7 @@ jobs:
- run: source $VENV

- name: Build Backend
run: poetry run pyinstaller --noconfirm --onefile ETVR.spec TrackingBackend/main.py
run: poetry run pyinstaller --noconfirm --onefile TrackingBackend/main.py

- name: Rename Linux Binary
if: ${{ matrix.os == 'ubuntu-latest' }}
Expand Down

0 comments on commit 49de7fe

Please sign in to comment.