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.