Skip to content

Commit

Permalink
Update compile-ubuntu.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xandaaah authored Nov 17, 2023
1 parent 575b243 commit 5a839b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/compile-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ jobs:
run: |
cd client
python -m nuitka launcher.py --standalone --enable-plugin=pyqt6 --disable-console
ls
- name: Tar files
run: tar -cvf launcher.tar /launcher.dist
run: tar -cvf launcher.tar launcher.dist
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 5a839b5

Please # to comment.