mirror of
https://github.com/Pakobbix/StartUI-oobabooga-webui
synced 2025-11-09 15:39:39 +00:00
removed venv deletion for now.
This commit is contained in:
parent
c87e12d75a
commit
24e5876eff
9
.github/workflows/package.yml
vendored
9
.github/workflows/package.yml
vendored
@ -38,15 +38,6 @@ jobs:
|
|||||||
- name: Build and package
|
- 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: Leave venv and delete
|
|
||||||
run: |
|
|
||||||
if [ "$RUNNER_OS" == "Windows" ]; then
|
|
||||||
deactivate.bat
|
|
||||||
else
|
|
||||||
deactivate
|
|
||||||
fi
|
|
||||||
rm -rf StartUI_env
|
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user