Commit 4fd477c7 authored by YM-RD-AP01\ymadmin's avatar YM-RD-AP01\ymadmin

20180082: Job [Hi365_Android] configuration updated

Change performed by ³¯¾_¶§
parent ea7ed366
...@@ -60,10 +60,11 @@ else ...@@ -60,10 +60,11 @@ else
build_type="debug" build_type="debug"
fi fi
app_name="hi365-${build_type}-${appversion}.apk" app_name="hi365-${build_type}-${app_version}.apk"
flutter build apk --${build_type} flutter build apk --${build_type}
# rename apk name
mv ${output_path}/app-${build_type}.apk ${output_path}/${app_name}</command> mv ${output_path}/app-${build_type}.apk ${output_path}/${app_name}</command>
</hudson.tasks.Shell> </hudson.tasks.Shell>
</builders> </builders>
......
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