Compare commits

..

No commits in common. "ce9ef8f4191b9be41eb2dff59210c772e7f64558" and "86171f84d7955e8a3d631002b0e80e1e5181c33f" have entirely different histories.

View File

@ -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