updating automated workflow
Some checks failed
Build Inex Executable / Build (push) Failing after 12s

This commit is contained in:
Jonathan Branan 2024-07-17 13:23:20 -05:00
parent 5b53f10896
commit b0d7ff930a

View File

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