mirror of
https://github.com/xgui4/LCE-Qt-Launcher.git
synced 2026-07-18 07:10:43 +00:00
temporaly patch for worrflow
This commit is contained in:
26
.github/workflows/nightly.yml
vendored
26
.github/workflows/nightly.yml
vendored
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user