This commit is contained in:
2026-01-25 14:16:35 +08:00
parent 96a4a7cd17
commit 6356ff4a0e

View File

@@ -38,7 +38,6 @@ build-windows:
- Write-Host "windeployqt.exe Path is $QT_PATH/bin/windeployqt.exe"
- >
& "$QT_PATH/bin/windeployqt.exe" "$CMAKE_BUILD_TYPE/$PROJECT_NAME.exe"
Write-Host "package windows end..."
- >
Get-ChildItem -Path "$CMAKE_BUILD_TYPE" -Recurse | Compress-Archive -DestinationPath "$PROJECT_NAME-v$PROJECT_VERSION-win-$ARCH_TYPE.zip"
artifacts: