Update python-build.yml

This commit is contained in:
Campbell 2024-04-11 00:07:56 -04:00 committed by GitHub
parent 9caeebde5d
commit 65484abafa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,7 +34,7 @@ jobs:
nuitka3 --assume-yes-for-downloads --onefile --plugin-enable=pyside6 NUSD-Py.py nuitka3 --assume-yes-for-downloads --onefile --plugin-enable=pyside6 NUSD-Py.py
- name: Prepare Package for Upload - name: Prepare Package for Upload
run: | run: |
mv NUSD-Py.bin ~/NUSD-Py mv NUSD-Py.bin ~/NUSD-Py.bin
cd ~ cd ~
tar cvf NUSD-Py.tar NUSD-Py.bin tar cvf NUSD-Py.tar NUSD-Py.bin
- name: Upload Package - name: Upload Package