From 9d645f2c41a9d450c2a971aea99e4898f36e7276 Mon Sep 17 00:00:00 2001 From: bkioshn Date: Wed, 18 Dec 2024 13:58:21 +0700 Subject: [PATCH] test(rust): doc artifact Signed-off-by: bkioshn --- rust/Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Earthfile b/rust/Earthfile index e673e1eb22..4a2a2a0626 100644 --- a/rust/Earthfile +++ b/rust/Earthfile @@ -64,7 +64,7 @@ build: --coverage="cat-libs.coverage.info" \ --docs="true" - SAVE ARTIFACT target/$TARGETARCH/doc doc + SAVE ARTIFACT target/doc doc SAVE ARTIFACT target/release/cbork cbork # build-src-check: Check for any caching issues with the source we are building against.