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

This commit is contained in:
2024-07-17 21:58:09 -04:00
parent 96cab930f0
commit 7f788ae36c
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
- 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: