Commit b32f195 1 parent 930ac80 commit b32f195 Copy full SHA for b32f195
File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ name: Build amap apk
2
2
3
3
env :
4
4
APK_URL : https://mapdownload.autonavi.com/apps/auto/manual/V750/Auto_7.5.0.600056_beta.apk
5
+ APK_RELEASE_NAME : Auto_7.5.0.600056_beta_clone.apk
5
6
APKTOOL_VERSION : 2.7.0
6
7
BAKSMALI_VERSION : 2.5.2
7
8
SMALI_VERSION : 2.5.2
77
78
sed -i 's/>高德地图</>高德比亚迪</' ./amap/res/values-zh/strings.xml
78
79
sed -i 's/>高德地图</>高德比亚迪</' ./amap/res/values/strings.xml
79
80
apktool b amap -o amap_clone.apk
80
- apksigner sign --ks key.keystore --ks-pass pass:qwertasdfgzxcvb --out amap_clone_signed.apk amap_clone.apk
81
+ apksigner sign --ks key.keystore --ks-pass pass:qwertasdfgzxcvb --out ${APK_RELEASE_NAME} amap_clone.apk
81
82
rm ./amap_clone.apk
82
83
83
84
- name : Generate release tag
94
95
with :
95
96
tag_name : ${{ steps.tag.outputs.release_tag }}
96
97
body_path : release.txt
97
- files : ./amap_clone_signed.apk
98
+ files : ./${APK_RELEASE_NAME}
98
99
99
100
- name : Delete workflow runs
100
101
uses : GitRML/delete-workflow-runs@main
You can’t perform that action at this time.
0 commit comments