From a06d3045190e3d6fe242cd1023bf5cf942c8af55 Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Sun, 18 Feb 2024 14:14:01 +0000 Subject: [PATCH] ci: fix fluentci build --- .fluentci/src/dagger/jobs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.fluentci/src/dagger/jobs.ts b/.fluentci/src/dagger/jobs.ts index 560678a..e9e1cf4 100644 --- a/.fluentci/src/dagger/jobs.ts +++ b/.fluentci/src/dagger/jobs.ts @@ -51,7 +51,7 @@ export const build = async (src = ".") => { "-c", "cargo build -p envhub --release --target $TARGET", ]) - .withExec(["sh", "-c", "cp", "target/$TARGET/release/envhub", "."]) + .withExec(["sh", "-c", "cp target/${TARGET}/release/envhub ."]) .withExec([ "sh", "-c",