fixed ubuntu & Windows package creation

This commit is contained in:
Pakobbix 2023-05-27 13:38:52 +02:00
parent b96c0914ed
commit 21930ba8e9

View File

@ -54,7 +54,7 @@ jobs:
pip install pyinstaller
- name: Build and package
run: pyinstaller --noconfirm --onefile --windowed StartUI.py --add-data="webuiGUI.py:."
run: pyinstaller --noconfirm --onefile --windowed StartUI.py --add-data="webuiGUI.py;."
- name: Upload artifacts
uses: actions/upload-artifact@v3