a
Some checks failed
Build Inex Executable / Build (push) Failing after 41s

This commit is contained in:
Jonathan Branan 2024-07-17 14:16:07 -05:00
parent 524f55e4a8
commit 2342a1a4c2

View File

@ -14,9 +14,10 @@ jobs:
- run: apt-get update - run: apt-get update
- run: apt-get install unixodbc -y - run: apt-get install unixodbc -y
- run: pip install -r requirements.txt - run: pip install -r requirements.txt
- run: ls ${{ gitea.workspace }}
- run: pyinstaller --noconfirm --onefile --console ${{ gitea.workspace }}/inex.py - run: pyinstaller --noconfirm --onefile --console ${{ gitea.workspace }}/inex.py
- run: ls ${{ gitea.workspace }}
- run: ls ${{ gitea.workspace }}/dist/inex/
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v4
with: with:
name: Inex name: Inex
path: ${{ gitea.workspace }}/output/inex.exe path: ${{ gitea.workspace }}/dist/inex/inex.exe