mirror of
https://github.com/Pakobbix/StartUI-oobabooga-webui
synced 2025-11-09 18:39:40 +00:00
Update package.yml
This commit is contained in:
parent
b2f2a894c9
commit
0fb9a42cc6
5
.github/workflows/package.yml
vendored
5
.github/workflows/package.yml
vendored
@ -27,11 +27,10 @@ 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
|
||||
with:
|
||||
name: ${{ matrix.os }}-binary-v1.6
|
||||
path: dist
|
||||
path: dist
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user