mirror of
https://github.com/NinjaCheetah/NUSGet.git
synced 2026-02-27 23:25:29 -05:00
Update GitHub Actions workflow to remove .bin from the end of the Linux binary's name
This commit is contained in:
4
.github/workflows/python-build.yml
vendored
4
.github/workflows/python-build.yml
vendored
@@ -35,9 +35,9 @@ jobs:
|
||||
nuitka3 --show-progress --include-data-dir=data=data --include-data-dir=resources=resources --assume-yes-for-downloads --onefile --plugin-enable=pyside6 NUSGet.py
|
||||
- name: Prepare Package for Upload
|
||||
run: |
|
||||
mv NUSGet.bin ~/NUSGet.bin
|
||||
mv NUSGet.bin ~/NUSGet
|
||||
cd ~
|
||||
tar cvf NUSGet.tar NUSGet.bin
|
||||
tar cvf NUSGet.tar NUSGet
|
||||
- name: Upload Package
|
||||
uses: actions/upload-artifact@v4.3.0
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user