Skip to content

Commit

Permalink
update cli binary release filename
Browse files Browse the repository at this point in the history
  • Loading branch information
rolang committed Jan 20, 2024
1 parent 8932fa8 commit e9d249a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ buildCliBinary := {
case _ => "unknown"
}

val name = s"dumbo-$arch-$os"
val name = s"dumbo-cli-$arch-$os"
val built = (cliNative / Compile / nativeLink).value
val destBin = (cliNative / target).value / "bin" / name
val destZip = (cliNative / target).value / "bin" / s"$name.zip"
Expand Down

0 comments on commit e9d249a

Please sign in to comment.