Commit 0f09e6ea authored by QA-甘 盛聪's avatar QA-甘 盛聪

update

parent 28ea6b4a
...@@ -66,7 +66,9 @@ function build_android() ...@@ -66,7 +66,9 @@ function build_android()
function upload_apk() function upload_apk()
{ {
echo "apk正在上传到蒲公英,请等待......" echo "apk正在上传到蒲公英,请等待......"
curl -F "file=@${apk_path}/${branch_name}_${product_flavors}.apk" -F "uKey=13d17385c02ea9ea994d0c985d87ff32" -F "_api_key=5b09af98d5a8ff43f2f39935fa6bfbc1" https://static.pgyer.com/app/qrcode/lJrv cd ${apk_path}
echo "当前上传apk包的路径是 `pwd`"
curl -F "file=@${branch_name}_${product_flavors}.apk" -F "uKey=13d17385c02ea9ea994d0c985d87ff32" -F "_api_key=5b09af98d5a8ff43f2f39935fa6bfbc1" https://static.pgyer.com/app/qrcode/GjpI
} }
get_code get_code
......
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