Finished linux installer
All checks were successful
Build Inex Executable / Build (push) Successful in 1m18s

This commit is contained in:
Jonathan Branan 2024-07-17 14:36:18 -05:00
parent e66baaee64
commit e421b1b376

View File

@ -15,8 +15,6 @@ jobs:
- run: apt-get install unixodbc -y
- run: pip install -r requirements.txt
- run: pyinstaller --noconfirm --onefile --console ${{ gitea.workspace }}/inex.py
- run: ls ${{ gitea.workspace }}
- run: ls ${{ gitea.workspace }}/dist/
- uses: actions/upload-artifact@v3
with:
name: Inex