Commit ca1111c7 authored by Max Lv's avatar Max Lv

upload to specific path

parent 89eb566c
...@@ -51,7 +51,9 @@ object AndroidBuild extends Build { ...@@ -51,7 +51,9 @@ object AndroidBuild extends Build {
val deploy = TaskKey[Unit]("deploy", "deploy to the build server") val deploy = TaskKey[Unit]("deploy", "deploy to the build server")
val deployTask = deploy := { val deployTask = deploy := {
"travis-artifacts upload --path target/shadowsocks-" + App.version + ".apk" !; "travis-artifacts upload --path target/shadowsocks-" + App.version
+ ".apk --target-path shadowsocks-" + App.version
+ ".apk" !;
println("Deploy successfully") 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