mirror of
https://github.com/Pakobbix/StartUI-oobabooga-webui
synced 2025-11-09 15:39:39 +00:00
fixed ubuntu & Windows package creation
This commit is contained in:
parent
b96c0914ed
commit
21930ba8e9
2
.github/workflows/package.yml
vendored
2
.github/workflows/package.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user