Commit e201615c authored by Max Lv's avatar Max Lv

fix the path

parent 833bbad7
#!/bin/bash
cd ${1}
travis-artifacts upload --path ${2} --target-path /
......@@ -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 --target-path shadowsocks-" + App.version + ".apk" !;
"./deploy 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