From 640b8a9d2271b4e07e451345caf9dfffd6aed64d Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Mon, 8 Jul 2019 07:44:47 +0800 Subject: fix --- build.sc | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'build.sc') diff --git a/build.sc b/build.sc index ed15bdbd..7606145e 100755 --- a/build.sc +++ b/build.sc @@ -618,7 +618,7 @@ def launcher = T{ millBootstrapGrepPrefix + publishVersion()._2 ) ) - T.ctx().dest / "mill" + PathRef(T.ctx().dest / "mill") } val isMasterCommit = { @@ -676,10 +676,4 @@ def uploadToGithub(authKey: String) = T.command{ upload.apply(assembly().path, releaseTag, label + "-assembly", authKey) upload.apply(launcher().path, releaseTag, label, authKey) - - val bootstrapScript = T.ctx().dest / "mill-bootstrap" - - os.write(bootstrapScript, millBootstrapString()) - - upload.apply(bootstrapScript, releaseTag, label + "-bootstrap", authKey) } -- cgit v1.2.3