From db6ed71594af910166ea6dbab7750dd322ceb0b1 Mon Sep 17 00:00:00 2001 From: Pakobbix Date: Fri, 26 May 2023 18:44:36 +0200 Subject: [PATCH] last try to fix this --- .github/workflows/package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index bada1b4..200c778 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -28,7 +28,7 @@ jobs: - name: Build and package run: | - pyinstaller --noconfirm --onefile --windowed StartUI.py --add-data "${{ github.workspace }}/webuiGUI.py;." + pyinstaller --noconfirm --onefile --windowed StartUI.py --add-data "${{ github.workspace }}/webuiGUI.py:." - name: Upload artifacts uses: actions/upload-artifact@v3