summaryrefslogtreecommitdiff
path: root/build.sc
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-08-13 15:38:56 +0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-08-13 15:38:56 +0800
commit54560e32bb7959f09372085193d2d12c93ff55c8 (patch)
tree8077e6d0bd707d6bf4d64114c87c87283fe54184 /build.sc
parenta873d77fbeb4590dceeb893ab067beb9058db241 (diff)
downloadcask-54560e32bb7959f09372085193d2d12c93ff55c8.tar.gz
cask-54560e32bb7959f09372085193d2d12c93ff55c8.tar.bz2
cask-54560e32bb7959f09372085193d2d12c93ff55c8.zip
tweak publishing
Diffstat (limited to 'build.sc')
-rw-r--r--build.sc2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sc b/build.sc
index 18ca871..76077de 100644
--- a/build.sc
+++ b/build.sc
@@ -134,7 +134,7 @@ def uploadToGithub(authKey: String) = T.command{
)
%%("zip", "-r", f/"out.zip", f/'folder)(T.ctx().dest)
- upload.apply(f/"out.zip", releaseTag, label + "/" + example.last, authKey)
+ upload.apply(f/"out.zip", releaseTag, label + "/" + example.last + ".zip", authKey)
}
}