From e20853fdb170c22d8ecab310514cd216acd9158c Mon Sep 17 00:00:00 2001 From: erris Date: Tue, 10 Mar 2026 06:32:57 +0100 Subject: [PATCH] Edit .onedev-buildspec.yml --- .onedev-buildspec.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.onedev-buildspec.yml b/.onedev-buildspec.yml index f8dfb8a..820e3cd 100644 --- a/.onedev-buildspec.yml +++ b/.onedev-buildspec.yml @@ -44,7 +44,7 @@ jobs: cmake -S . -G Ninja -B build -DCMAKE_BUILD_TYPE=${BUILD_TYPE} -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake echo ====== Building ============================= - cmake --build . --config ${BUILD_TYPE} + cmake --build build --config ${BUILD_TYPE} echo ====== ls =================================== ls -la @@ -64,7 +64,7 @@ jobs: - type: PublishArtifactStep name: Get build artifacts sourcePath: build - artifacts: ./editor/* open_engine/* + artifacts: editor/* open_engine/* condition: SUCCESSFUL optional: false retryCondition: never