mirror of
https://github.com/Pakobbix/StartUI-oobabooga-webui
synced 2026-01-02 05:40:33 +00:00
try fix github actions
This commit is contained in:
2
.github/workflows/package.yml
vendored
2
.github/workflows/package.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
||||
|
||||
- name: Build and package
|
||||
run: |
|
||||
pyinstaller --noconfirm --onefile --windowed StartUI.py --add-data "webuiGUI.py;."
|
||||
pyinstaller --noconfirm --onefile --windowed StartUI.py --add-data "${{ github.workspace }}/webuiGUI.py;."
|
||||
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
|
||||
Reference in New Issue
Block a user