Skip to content

Commit 2c16b79

Browse files
committed
Merge pull request gearpump#517 from clockfly/fix_#516
fix gearpump#516, Travis failed to deploy the binary to github release
2 parents 5b53359 + fc2db62 commit 2c16b79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ object Build extends sbt.Build {
179179
packResourceDir += (baseDirectory.value / "examples" / "target" / scalaVersionMajor -> "examples"),
180180
parallelExecution in ThisBuild := false,
181181
travis_deploy := {
182-
val packagePath = s"target/gearpump-${version}.tar.gz"
182+
val packagePath = s"target/gearpump-${version.value}.tar.gz"
183183
val target = s"target/binary.gearpump.tar.gz"
184184
println(s"[Travis-Deploy] Move file $packagePath to $target")
185185
new File(packagePath).renameTo(new File(target))

0 commit comments

Comments
 (0)