cicd: add relative path

This commit is contained in:
light7734 2024-10-14 11:34:54 +03:30
parent e76dae503e
commit 7727319a06
Signed by: light7734
GPG Key ID: 37FDF7099B2AB7A7
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ steps:
- conan install . --build=missing - conan install . --build=missing
- conan build . - conan build .
- build/Release/modules/light - ./build/Release/modules/light
--- ---
kind: pipeline kind: pipeline
@ -69,7 +69,7 @@ steps:
- conan install . --build=missing - conan install . --build=missing
- conan build . - conan build .
- build/Release/modules/light - ./build/Release/modules/light
--- ---
kind: pipeline kind: pipeline