Skip to content

Commit b87389c

Browse files
authored
Next attempt to fix ./mill init example downloads (#5380)
Resolves #5238
1 parent 99e684e commit b87389c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/package.mill

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ object `package` extends MillJavaModule with DistModule {
253253
def publishArtifacts = Task {
254254
super.publishArtifacts().copy(payload =
255255
super.publishArtifacts().payload ++
256-
exampleZips().map(z => (z, s"${artifactFileNamePrefix()}-${z.path.last}")) ++
256+
exampleZips().map(z => (z, z.path.last)) ++
257257
Seq(
258258
(bootstrapLauncher(), s"${artifactFileNamePrefix()}-mill.sh"),
259259
(bootstrapLauncherBat(), s"${artifactFileNamePrefix()}-mill.bat")

0 commit comments

Comments
 (0)