Minor macOS workflow change

This commit is contained in:
Campbell 2024-04-07 16:28:57 -04:00
parent 39e339d702
commit dfccf2f63e
Signed by: NinjaCheetah
GPG Key ID: B547958AF96ED344

View File

@ -57,7 +57,7 @@ jobs:
pip install -r requirements.txt
- name: Build Package
run: |
nuitka3 --onefile --plugin-enable=pyside6 main.py
nuitka3 --assume-yes-for-downloads --onefile --plugin-enable=pyside6 main.py --disable-console
- name: Prepare Package for Upload
run: |
mv main.bin ~/NUSD-Py