This commit is contained in:
parent
2342a1a4c2
commit
67fea6ca47
@ -16,8 +16,8 @@ jobs:
|
|||||||
- run: pip install -r requirements.txt
|
- 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 }}
|
- run: ls ${{ gitea.workspace }}
|
||||||
- run: ls ${{ gitea.workspace }}/dist/inex/
|
- run: ls ${{ gitea.workspace }}/dist/
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Inex
|
name: Inex
|
||||||
path: ${{ gitea.workspace }}/dist/inex/inex.exe
|
path: ${{ gitea.workspace }}/dist/inex.exe
|
Loading…
x
Reference in New Issue
Block a user