From 9ffdf078b49f7e07099e64399de4e939a64dee99 Mon Sep 17 00:00:00 2001 From: xgui4 <134389196+xgui4@users.noreply.github.com> Date: Fri, 10 Apr 2026 21:08:24 -0400 Subject: [PATCH] temporaly patch for worrflow --- .github/workflows/nightly.yml | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 9e285b9..361ef80 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - os: [windows-latest] + os: [ubuntu-latest] # disabled temporaly due to a problem os: [ubuntu-latest, windows-latest] runs-on: ${{ matrix.os }} @@ -40,17 +40,16 @@ jobs: run: | hatch run python -m nuitka --standalone --assume-yes-for-download --output-dir=dist src/main.py - - name: Package Windows build - if: matrix.os == 'windows-latest' - shell: pwsh - run: | - Compress-Archive -Path dist/main.dist/* -DestinationPath LCE-Qt-Launcher-Windows.zip + #- name: Package Windows build + # if: matrix.os == 'windows-latest' + # shell: pwsh + # run: | + # Compress-Archive -Path dist/main.dist/* -DestinationPath LCE-Qt-Launcher-Windows.zip - # also disabled temporaly - # - name: Package Linux build - # if: matrix.os == 'ubuntu-latest' - # run: | - # tar -czf LCE-Qt-Launcher-Linux.tar.gz -C dist/main.dist . + - name: Package Linux build + if: matrix.os == 'ubuntu-latest' + run: | + tar -czf LCE-Qt-Launcher-Linux.tar.gz -C dist/main.dist . - name: Upload Nightly uses: andelf/nightly-release@main @@ -64,7 +63,10 @@ jobs: > There is no MacOS pre-compiled build since, I do not have a mac\n > to the software, so a compilation from source is needed to test\n > on MacOS\n - + \n + >[!INFORMATION] + > Automatic Linux Build diabled due to a issue, will be re-enabled when fixes + Experimental Build (Nightly) generated by GitHub Action. The nighy build are experimental nuitka compilation from the nighly version for the more stable build,