Update GitHub Actions workflow to remove .bin from the end of the Linux binary's name

This commit is contained in:
Campbell 2024-07-17 21:58:09 -04:00
parent 96cab930f0
commit 7f788ae36c
Signed by: NinjaCheetah
GPG Key ID: B547958AF96ED344
2 changed files with 3 additions and 3 deletions

View File

@ -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 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 - name: Prepare Package for Upload
run: | run: |
mv NUSGet.bin ~/NUSGet.bin mv NUSGet.bin ~/NUSGet
cd ~ cd ~
tar cvf NUSGet.tar NUSGet.bin tar cvf NUSGet.tar NUSGet
- name: Upload Package - name: Upload Package
uses: actions/upload-artifact@v4.3.0 uses: actions/upload-artifact@v4.3.0
with: with:

View File

@ -6,7 +6,7 @@ A modern and supercharged NUS downloader built with Python and Qt6. Powered by l
The name is a play on NuGet, the .NET package manager. Thank you [@Janni9009](https://github.com/Janni9009) for the name idea! The name is a play on NuGet, the .NET package manager. Thank you [@Janni9009](https://github.com/Janni9009) for the name idea!
## Features ## Features
NUSDGet allows you to download any content from the Nintendo Update Servers. Free content (content with a Ticket freely available on the servers) can be decrypted or packed directly into an installable archive (WAD/TAD). NUSGet allows you to download any content from the Nintendo Update Servers. Free content (content with a Ticket freely available on the servers) can be decrypted or packed directly into an installable archive (WAD/TAD).
NUSGet also offers the ability to create vWii WADs that can be installed from within vWii mode, since the content directly from the update servers is only designed to be installed from Wii U mode. NUSGet also offers the ability to create vWii WADs that can be installed from within vWii mode, since the content directly from the update servers is only designed to be installed from Wii U mode.