fixing build process
Some checks failed
Build Inex Executable / Build (push) Failing after 19s

This commit is contained in:
Jonathan Branan 2024-07-17 13:16:39 -05:00
parent 8b88804c09
commit 5b53f10896

View File

@ -11,7 +11,7 @@ jobs:
python-version: '3.12.4'
cache: 'pip' # caching pip dependencies
- run: pip install -r requirements.txt
- run: pyinstaller --noconfirm --onefile --console inex.py
- run: pyinstaller --noconfirm --onefile --console "/workspace/jblu/Inex/inex.py"
- uses: actions/upload-artifact@v4
with:
name: Inex