From 86171f84d7955e8a3d631002b0e80e1e5181c33f Mon Sep 17 00:00:00 2001 From: Pakobbix Date: Fri, 26 May 2023 15:45:34 +0200 Subject: [PATCH] can't get this ***** fixed -.- --- .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 cd8e864..bada1b4 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