This commit is contained in:
parent
4fbbd49754
commit
b936b8acaf
@ -12,8 +12,8 @@ jobs:
|
|||||||
python-version: '3.12.4'
|
python-version: '3.12.4'
|
||||||
cache: 'pip' # caching pip dependencies
|
cache: 'pip' # caching pip dependencies
|
||||||
- run: pip install -r requirements.txt
|
- run: pip install -r requirements.txt
|
||||||
# - run: pyinstaller --noconfirm --onefile --console "${{ gitea.workspace }}/inex.py"
|
|
||||||
- run: ls ${{ gitea.workspace }}
|
- run: ls ${{ gitea.workspace }}
|
||||||
|
- run: pyinstaller --noconfirm --onefile --console ${{ gitea.workspace }}/inex.py
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Inex
|
name: Inex
|
||||||
|
Loading…
x
Reference in New Issue
Block a user