fix the nightly build action

This commit is contained in:
xgui4
2026-03-12 20:36:34 -04:00
parent acc32276c6
commit d8fb70e46c

View File

@@ -46,7 +46,7 @@ jobs:
- name: Package Windows build
if: matrix.os == 'windows-latest'
run: |
7z a -r LCE-WQt-Launcher-Windows.zip dist/*
powershell Compress-Archive -Path dist/* -DestinationPath LCE-Qt-Launcher-Windows.zip
- name: Package Linux build
if: matrix.os == 'ubuntu-latest'