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

0 comments on commit 27d9c57

Please # to comment.