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

View file

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