自动编译脚本修正。

This commit is contained in:
2026-01-25 13:19:43 +08:00
parent c93e407d24
commit c67ca0b58d

View File

@@ -37,7 +37,7 @@ build-windows:
- cmake --build build --config "$CMAKE_BUILD_TYPE"
- Write-Host "package windows start..."
- cd "build/bin"
- "$QT_PATH/bin/windeployqt.exe" .\OneLevelXmlOpr.exe
- $QT_PATH/bin/windeployqt.exe .\OneLevelXmlOpr.exe
- Compress-Archive -Path *.exe, *.dll -DestinationPath "$PROJECT_NAME-v$PROJECT_VERSION-win-$ARCH_TYPE.zip" -Recurse
artifacts:
paths: