i cant do shit
All checks were successful
Build MuCaPy Executable / build-and-package (push) Successful in 1m41s

This commit is contained in:
rattatwinko
2025-06-02 14:25:08 +02:00
parent 98ad6242fa
commit 44f2797a5c

View File

@@ -30,7 +30,7 @@ jobs:
- name: Build executable with PyInstaller
run: |
pyinstaller --onefile --windowed mucapy/main.py \
--add-data "mucapy/styling:mucapy/styling"
--add-data "mucapy/styling:styling"
- name: Upload executable artifact
uses: actions/upload-artifact@v3