last try to fix this
Some checks reported warnings
Package Release / package (ubuntu-latest) (push) Has been cancelled
Package Release / package (windows-latest) (push) Has been cancelled

This commit is contained in:
Pakobbix 2023-05-26 18:46:42 +02:00
parent db6ed71594
commit ce9ef8f419

View File

@ -28,7 +28,7 @@ jobs:
- name: Build and package
run: |
pyinstaller --noconfirm --onefile --windowed StartUI.py --add-data "${{ github.workspace }}/webuiGUI.py:."
pyinstaller --noconfirm --onefile --windowed StartUI.py --add-data "webuiGUI.py:."
- name: Upload artifacts
uses: actions/upload-artifact@v3