mirror of
https://github.com/KeksPirates/SoftwareManager.git
synced 2026-08-03 17:39:42 +02:00
fix github actions workflow
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user