Skip to content

Commit ae6494d

Browse files
lefoumzuehlke
authored andcommitted
Use release page instead of raw content
1 parent efe623f commit ae6494d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ lazy val dockerSettings = Def.settings(
359359
val millVer = Dependencies.millwScriptVersion
360360
val millBin = s"$binDir/mill"
361361
val installMill = Seq(
362-
s"$curl $millBin https://raw.githubusercontent.com/lefou/millw/refs/tags/${millVer}/millw",
362+
s"$curl $millBin https://github.com/lefou/millw/releases/download/${millVer}/millw-${millVer}",
363363
s"chmod +x $millBin"
364364
).mkString(" && ")
365365
val csBin = s"$binDir/cs"

0 commit comments

Comments
 (0)