summaryrefslogtreecommitdiff
path: root/build.sc
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-02-04 23:09:41 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-02-04 23:48:13 -0800
commitde7a273987a0ef2d6722e2a6cb61abac9d6713c3 (patch)
tree33b26c1580a6b4854cfeb504248cae4e7a038c32 /build.sc
parent94f1ecf85b792e789c65ed88fcca5360f5fce0fb (diff)
downloadmill-de7a273987a0ef2d6722e2a6cb61abac9d6713c3.tar.gz
mill-de7a273987a0ef2d6722e2a6cb61abac9d6713c3.tar.bz2
mill-de7a273987a0ef2d6722e2a6cb61abac9d6713c3.zip
Properly include the base path of the publish-destination URLs0.0.7
Diffstat (limited to 'build.sc')
-rwxr-xr-xbuild.sc3
1 files changed, 1 insertions, 2 deletions
diff --git a/build.sc b/build.sc
index ea016d96..ad21c20c 100755
--- a/build.sc
+++ b/build.sc
@@ -273,10 +273,9 @@ def releaseManual(githubAuthKey: String,
scalajslib.jsbridges("0.6"),
scalajslib.jsbridges("1.0")
)
- )
+ )()
val (release, label) = publishVersion()
uploadToGithub(releaseAssembly().path, githubAuthKey, release, label)
()
}
-