Edit .onedev-buildspec.yml

This commit is contained in:
erris
2026-03-10 06:32:57 +01:00
parent 55437f397e
commit e20853fdb1

View File

@@ -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