a
All checks were successful
Build Inex Executable / Build (push) Successful in 1m2s

This commit is contained in:
Jonathan Branan 2024-07-17 14:25:01 -05:00
parent 29e80ff257
commit e66baaee64

View File

@ -17,7 +17,7 @@ jobs:
- run: pyinstaller --noconfirm --onefile --console ${{ gitea.workspace }}/inex.py
- run: ls ${{ gitea.workspace }}
- run: ls ${{ gitea.workspace }}/dist/
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
with:
name: Inex
path: ${{ gitea.workspace }}/dist/inex