listing workspace
All checks were successful
Build Inex Executable / Build (push) Successful in 16s

This commit is contained in:
Jonathan Branan 2024-07-17 13:25:20 -05:00
parent 077f12fab7
commit 4fbbd49754

View File

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