We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b9a158 commit 543a131Copy full SHA for 543a131
tools/build_release_apk_and_sign_with_debug___danger___.sh
@@ -31,5 +31,7 @@ rm -fv working.apk.idsig
31
32
mv -v "$temp_apk_file" "$release_apk_file"
33
34
+cd "$basedir"/
35
echo "singed apk file is:"
-echo "$release_apk_file"
36
+release_apk_file2=$(find . -name '*.apk' 2>/dev/null)
37
+echo "$release_apk_file2"
0 commit comments