From 7727319a068a6c27f90599938bfd056200b151c4 Mon Sep 17 00:00:00 2001 From: light7734 Date: Mon, 14 Oct 2024 11:34:54 +0330 Subject: [PATCH] cicd: add relative path --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 027d755..5427d7a 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 --- kind: pipeline @@ -69,7 +69,7 @@ steps: - conan install . --build=missing - conan build . - - build/Release/modules/light + - ./build/Release/modules/light --- kind: pipeline