From 8aa72cc61d5a9dc97e6a336cae0bc6fd355e94ef Mon Sep 17 00:00:00 2001 From: kjuulh Date: Mon, 24 Jul 2023 10:48:04 +0200 Subject: [PATCH] feat: set proper path Signed-off-by: kjuulh --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4e5f522..05d39ef 100644 --- a/.drone.yml +++ b/.drone.yml @@ -46,8 +46,8 @@ steps: - cd ci || exit 1 - cargo build --target=x86_64-unknown-linux-musl - cd - || exit 1 - - sha1sum ci/target/debug/ci - - ci/target/debug/ci + - sha1sum ci/target/x86_64-unknown-linux-musl/debug/ci + - ci/target/x86_64-unknown-linux-musl/debug/ci services: - name: docker image: docker:dind