From 276dd2217ca0347e41d2db58f9ac4b97828231a3 Mon Sep 17 00:00:00 2001 From: light7734 Date: Mon, 14 Oct 2024 11:44:29 +0330 Subject: [PATCH] cicd: add missing part of the executable path --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 5427d7a..0cc37ee 100644 --- a/.drone.yml +++ b/.drone.yml @@ -32,7 +32,7 @@ steps: - conan install . --build=missing - conan build . - - ./build/Release/modules/light + - ./build/Release/modules/light/light --- kind: pipeline @@ -69,7 +69,7 @@ steps: - conan install . --build=missing - conan build . - - ./build/Release/modules/light + - ./build/Release/modules/light/light --- kind: pipeline