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 3d75ed1 commit 33f2e7c
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: 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 33f2e7c

Please # to comment.