From c67ca0b58d34f00d8d1f6612e86d61c503c6d8b0 Mon Sep 17 00:00:00 2001 From: taynpg Date: Sun, 25 Jan 2026 13:19:43 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E7=BC=96=E8=AF=91=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=E4=BF=AE=E6=AD=A3=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b428b9a..817ff49 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: