a
All checks were successful
Build Inex Executable / Build (push) Successful in 47s

This commit is contained in:
Jonathan Branan 2024-07-17 14:17:49 -05:00
parent 2342a1a4c2
commit 67fea6ca47

View File

@ -16,8 +16,8 @@ jobs:
- run: pip install -r requirements.txt
- run: pyinstaller --noconfirm --onefile --console ${{ gitea.workspace }}/inex.py
- run: ls ${{ gitea.workspace }}
- run: ls ${{ gitea.workspace }}/dist/inex/
- run: ls ${{ gitea.workspace }}/dist/
- uses: actions/upload-artifact@v4
with:
name: Inex
path: ${{ gitea.workspace }}/dist/inex/inex.exe
path: ${{ gitea.workspace }}/dist/inex.exe