temporaly patch for worrflow

This commit is contained in:
xgui4
2026-04-10 21:08:24 -04:00
parent adad7bea3b
commit 9ffdf078b4

View File

@@ -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,