Update package.yml

This commit is contained in:
Pakobbix 2023-05-27 09:45:12 +02:00 committed by GitHub
parent b2f2a894c9
commit 0fb9a42cc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,8 +27,7 @@ jobs:
pip install pyinstaller pip install pyinstaller
- name: Build and package - name: Build and package
run: | run: pyinstaller --noconfirm --onefile --windowed StartUI.py --add-data="webuiGUI.py:."
pyinstaller --noconfirm --onefile --windowed StartUI.py --add-data "webuiGUI.py:."
- name: Upload artifacts - name: Upload artifacts
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3