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