cicd: add missing part of the executable path

This commit is contained in:
light7734 2024-10-14 11:44:29 +03:30
parent 7727319a06
commit 276dd2217c
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/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/light
--- ---
kind: pipeline kind: pipeline