From bdf7b60d5ca280e03ab2c44068ae5dbbad4d5c5e Mon Sep 17 00:00:00 2001 From: Glenn Date: Tue, 21 Mar 2023 21:17:03 +0100 Subject: [PATCH] ci: fix strip step --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 06b4be8..b13ecba 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,7 +14,7 @@ steps: - apt-get update && apt-get install -y cmake g++ - shards install - shards build --production --static - - strip /_cache/bin + - strip bin/docmachine - mkdir -p /_cache/bin - cp -r bin/docmachine /_cache/bin