diff --git a/.github/workflows/compile-ubuntu.yml b/.github/workflows/compile-ubuntu.yml index d44f102..f69d7fa 100644 --- a/.github/workflows/compile-ubuntu.yml +++ b/.github/workflows/compile-ubuntu.yml @@ -1,7 +1,7 @@ # 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: @@ -9,6 +9,7 @@ on: pull_request: branches: [ "main" ] + permissions: contents: read @@ -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