Skip to content

Commit

Permalink
ci: fix fluentci build
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Feb 18, 2024
1 parent c9c9cc2 commit a06d304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .fluentci/src/dagger/jobs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a06d304

Please sign in to comment.