updated
Some checks failed
Build / build-windows-binary (push) Failing after 51s

This commit is contained in:
Jonathan Branan 2024-07-30 17:51:21 -05:00
parent cfa23470a8
commit 8fbd10d9df

View File

@ -33,7 +33,7 @@ jobs:
# - name: Upload Release Asset
## env:
# GITHUB_TOKEN: ${{ secrets.GITEA_TOKEN }}
- run: python pip install -r requirements.txt
- run: python pyinstaller --noconfirm --onefile --console ${{ gitea.workspace }}/inex.py
- run: python -m pip install -r requirements.txt
- run: python -m pyinstaller --noconfirm --onefile --console ${{ gitea.workspace }}/inex.py
# run: gh release upload <release_tag> <a_file>