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 0316911 commit 575b243
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/compile-ubuntu.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

name: Python application
name: Compile for Ubuntu/Debian

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]


permissions:
contents: read

Expand All @@ -30,6 +31,7 @@ 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
- name: Upload Artifact
Expand Down

0 comments on commit 575b243

Please # to comment.