find the directory
All checks were successful
Build / build-windows-binary (push) Successful in 32s

This commit is contained in:
Jonathan Branan 2024-07-30 18:04:02 -05:00
parent 17155120ab
commit 5cae8105d0

View File

@ -36,4 +36,4 @@ jobs:
- run: python -m pip install -r requirements.txt
- run: pyinstaller --noconfirm --onefile --console ${{ gitea.workspace }}/inex.py
# run: gh release upload <release_tag> <a_file>
- run: dir ${{ gitea.workspace }}