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

This commit is contained in:
Jonathan Branan 2024-07-30 15:56:49 -05:00
parent 9ca8631abb
commit 822fb79fd4

View File

@ -27,7 +27,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
# - 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: pip install -r requirements.txt
- run: pyinstaller --noconfirm --onefile --console ${{ gitea.workspace }}/inex.py - run: pyinstaller --noconfirm --onefile --console ${{ gitea.workspace }}/inex.py