This commit is contained in:
parent
524f55e4a8
commit
2342a1a4c2
@ -14,9 +14,10 @@ jobs:
|
|||||||
- run: apt-get update
|
- run: apt-get update
|
||||||
- run: apt-get install unixodbc -y
|
- run: apt-get install unixodbc -y
|
||||||
- run: pip install -r requirements.txt
|
- run: pip install -r requirements.txt
|
||||||
- run: ls ${{ gitea.workspace }}
|
|
||||||
- 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 }}/dist/inex/
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Inex
|
name: Inex
|
||||||
path: ${{ gitea.workspace }}/output/inex.exe
|
path: ${{ gitea.workspace }}/dist/inex/inex.exe
|
Loading…
x
Reference in New Issue
Block a user