We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
./mill init
1 parent 99e684e commit b87389cCopy full SHA for b87389c
dist/package.mill
@@ -253,7 +253,7 @@ object `package` extends MillJavaModule with DistModule {
253
def publishArtifacts = Task {
254
super.publishArtifacts().copy(payload =
255
super.publishArtifacts().payload ++
256
- exampleZips().map(z => (z, s"${artifactFileNamePrefix()}-${z.path.last}")) ++
+ exampleZips().map(z => (z, z.path.last)) ++
257
Seq(
258
(bootstrapLauncher(), s"${artifactFileNamePrefix()}-mill.sh"),
259
(bootstrapLauncherBat(), s"${artifactFileNamePrefix()}-mill.bat")
0 commit comments