added message

This commit is contained in:
2024-12-15 00:30:46 +02:00
parent cea521b6e0
commit 71efcadc63

View File

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