Skip to content

Commit

Permalink
Use release page instead of raw content
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou authored and mzuehlke committed Nov 8, 2024
1 parent efe623f commit ae6494d
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 @@ -359,7 +359,7 @@ lazy val dockerSettings = Def.settings(
val millVer = Dependencies.millwScriptVersion
val millBin = s"$binDir/mill"
val installMill = Seq(
s"$curl $millBin https://raw.githubusercontent.com/lefou/millw/refs/tags/${millVer}/millw",
s"$curl $millBin https://github.com/lefou/millw/releases/download/${millVer}/millw-${millVer}",
s"chmod +x $millBin"
).mkString(" && ")
val csBin = s"$binDir/cs"
Expand Down

0 comments on commit ae6494d

Please sign in to comment.