自动编译脚本修正。
This commit is contained in:
@@ -37,7 +37,7 @@ build-windows:
|
|||||||
- cmake --build build --config "$CMAKE_BUILD_TYPE"
|
- cmake --build build --config "$CMAKE_BUILD_TYPE"
|
||||||
- Write-Host "package windows start..."
|
- Write-Host "package windows start..."
|
||||||
- cd "build/bin"
|
- 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
|
- Compress-Archive -Path *.exe, *.dll -DestinationPath "$PROJECT_NAME-v$PROJECT_VERSION-win-$ARCH_TYPE.zip" -Recurse
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
|||||||
Reference in New Issue
Block a user