Commit 833bbad7 authored by Max Lv's avatar Max Lv

fix sbt

parent ca1111c7
......@@ -51,9 +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 --target-path shadowsocks-" + App.version
+ ".apk" !;
"travis-artifacts upload --path target/shadowsocks-" + App.version + ".apk --target-path 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