This commit is contained in:
@ -17,7 +17,7 @@ jobs:
|
||||
- run: pyinstaller --noconfirm --onefile --console ${{ gitea.workspace }}/inex.py
|
||||
- run: ls ${{ gitea.workspace }}
|
||||
- run: ls ${{ gitea.workspace }}/dist/
|
||||
- uses: actions/upload-artifact@v4
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: Inex
|
||||
path: ${{ gitea.workspace }}/dist/inex
|
Reference in New Issue
Block a user