From aa00836a2995083b67a73691dd3bc4311aa6ebc3 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Fri, 4 Aug 2023 00:12:37 +0200 Subject: [PATCH] chore: remember package name Signed-off-by: kjuulh --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index f89d573..12dc929 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,7 +17,7 @@ steps: #- apt install musl-tools pkg-config libssl-dev openssl build-essential musl-dev -y #- rustup target add x86_64-unknown-linux-musl #- cargo build --target=x86_64-unknown-linux-musl -p ci - - cargo build -p + - cargo build -p ci #- mv target/x86_64-unknown-linux-musl/debug/ci "$CI_PREFIX/ci" - mv target/debug/ci $CI_PREFIX/ci