fix github actions workflow

This commit is contained in:
2025-09-03 21:24:13 +02:00
parent 5bfa06239a
commit 9793558b7c
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
run: pip install -r requirements.txt
- name: Build executable
run: pyinstaller --onefile app.py
run: pyinstaller --onefile main.py
- name: Rename executable
run: |