From cea521b6e0b7143fa9717e3b486338a9bfba533d Mon Sep 17 00:00:00 2001 From: konsthol Date: Sun, 15 Dec 2024 00:28:55 +0200 Subject: [PATCH] I really should've committed this when I finished it... --- .gitea/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 256c2e7..d8a0b33 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -25,7 +25,7 @@ jobs: - name: Build with PyInstaller run: | - cd app + cd app pyinstaller --onefile --add-data "ui:ui" wolServer.py - name: Upload Artifact