think this would work
All checks were successful
Build MuCaPy Executable / build-and-package (push) Successful in 1m46s
All checks were successful
Build MuCaPy Executable / build-and-package (push) Successful in 1m46s
This commit is contained in:
@@ -30,7 +30,9 @@ jobs:
|
||||
- name: Build executable with PyInstaller
|
||||
run: |
|
||||
pyinstaller --onefile --windowed mucapy/main.py \
|
||||
--add-data "mucapy/styling:styling"
|
||||
--add-data "mucapy/styling:styling" \
|
||||
--add-data "mucapy/models:models"
|
||||
|
||||
|
||||
- name: Upload executable artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
|
||||
Reference in New Issue
Block a user