try fix github actions

This commit is contained in:
Pakobbix 2023-05-26 15:11:42 +02:00
parent ab514acc40
commit 20c847a532

View File

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