ci(cronet):update updateLog.md when cronet is updated

This commit is contained in:
Xwite
2022-03-05 21:45:56 +08:00
parent 4a35c78921
commit 6a87f05b46
2 changed files with 1 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ if [[ $current_cronet_version == $lastest_cronet_version ]];then
echo "cronet is already latest"
else
sed -i s/CronetVersion=.*/CronetVersion=$lastest_cronet_version/ $path
sed "15a* 更新cronet: $lastest_cronet_version" -i $GITHUB_WORKSPACE/app/src/main/assets/updateLog.md
echo "start download latest cronet"
chmod +x gradlew
./gradlew app:downloadCronet