mirror of
https://github.com/NinjaCheetah/NUSGet.git
synced 2025-04-25 23:21:02 -04:00
Minor macOS workflow change
This commit is contained in:
parent
39e339d702
commit
dfccf2f63e
2
.github/workflows/python-build.yml
vendored
2
.github/workflows/python-build.yml
vendored
@ -57,7 +57,7 @@ jobs:
|
|||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
- name: Build Package
|
- name: Build Package
|
||||||
run: |
|
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
|
- name: Prepare Package for Upload
|
||||||
run: |
|
run: |
|
||||||
mv main.bin ~/NUSD-Py
|
mv main.bin ~/NUSD-Py
|
||||||
|
Loading…
x
Reference in New Issue
Block a user