Commit 89eb566c authored by Max Lv's avatar Max Lv

fix deploy task

parent 65b1b3ac
......@@ -51,7 +51,7 @@ object AndroidBuild extends Build {
val deploy = TaskKey[Unit]("deploy", "deploy to the build server")
val deployTask = deploy := {
"./travis-artifacts upload --path target/shadowsocks-" + App.version + ".apk" !;
"travis-artifacts upload --path target/shadowsocks-" + App.version + ".apk" !;
println("Deploy successfully")
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment