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 33f2e7c commit 6811020
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
cd client
python -m nuitka launcher.py --standalone --enable-plugin=pyqt6 --disable-console
- name: Tar files
run: tar -cvf launcher.tar launcher.dist
run: cd client && tar -cvf launcher.tar launcher.dist
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: launcher.tar
path: launcher.tar
path: client/launcher.tar

0 comments on commit 6811020

Please # to comment.