diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index d91517f..e0e27bd 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -27,11 +27,10 @@ jobs: pip install pyinstaller - name: Build and package - run: | - pyinstaller --noconfirm --onefile --windowed StartUI.py --add-data "webuiGUI.py:." + run: pyinstaller --noconfirm --onefile --windowed StartUI.py --add-data="webuiGUI.py:." - name: Upload artifacts uses: actions/upload-artifact@v3 with: name: ${{ matrix.os }}-binary-v1.6 - path: dist \ No newline at end of file + path: dist