texting building executable
Some checks failed
Build Inex Executable / Build (push) Failing after 30s
Some checks failed
Build Inex Executable / Build (push) Failing after 30s
This commit is contained in:
parent
590398970f
commit
8b88804c09
@ -10,4 +10,9 @@ jobs:
|
||||
with:
|
||||
python-version: '3.12.4'
|
||||
cache: 'pip' # caching pip dependencies
|
||||
- run: pip install -r requirements.txt
|
||||
- run: pip install -r requirements.txt
|
||||
- run: pyinstaller --noconfirm --onefile --console inex.py
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Inex
|
||||
path: /workspace/jblu/Inex/output/inex.exe
|
Loading…
x
Reference in New Issue
Block a user