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",