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

This commit is contained in:
Jonathan Branan 2024-07-30 17:33:21 -05:00
parent 822fb79fd4
commit 165ba4533c

View File

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