mirror of
https://github.com/xgui4/LCE-Qt-Launcher.git
synced 2026-07-18 04:50:38 +00:00
fix nightly.yml
This commit is contained in:
6
.github/workflows/nightly.yml
vendored
6
.github/workflows/nightly.yml
vendored
@@ -37,13 +37,13 @@ jobs:
|
||||
|
||||
- name: Build with Nuitka
|
||||
run: |
|
||||
hatch run python -m nuitka --standalone --assume-yes-for-download --output-dir=dist src/lce-qt-launcher/main.py
|
||||
hatch run python -m nuitka --standalone --assume-yes-for-download --output-dir=dist src/lce_qt_launcher/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
|
||||
Compress-Archive -Path dist/main.dist/* -DestinationPath LCE-Qt_Launche_-Windows.zip
|
||||
|
||||
- name: Package Linux build
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
@@ -65,4 +65,4 @@ jobs:
|
||||
Package for GNU/Linux and Installer for Windows is coming laters."
|
||||
files: |
|
||||
*.zip
|
||||
*.tar.gz
|
||||
*.tar.gz
|
||||
|
||||
Reference in New Issue
Block a user