From ce9ef8f4191b9be41eb2dff59210c772e7f64558 Mon Sep 17 00:00:00 2001 From: Pakobbix Date: Fri, 26 May 2023 18:46:42 +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 200c778..d91517f 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 "webuiGUI.py:." - name: Upload artifacts uses: actions/upload-artifact@v3