This commit is contained in:
2026-01-25 13:42:21 +08:00
parent 86f21e10a4
commit 0a4a1bca53

View File

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