I know what I am doing. Trust me.

This commit is contained in:
2024-12-15 00:26:41 +02:00
parent 0c36f6139b
commit cdf983e3be

View File

@@ -25,8 +25,8 @@ jobs:
- name: Build with PyInstaller
run: |
cd app
pyinstaller --onefile --add-data "ui:ui" wolServer.py
cd app
pyinstaller --onefile --add-data "ui:ui" wolServer.py
- name: Upload Artifact
uses: actions/upload-artifact@v3