Skip to content

Commit 543a131

Browse files
committed
fix directories
1 parent 7b9a158 commit 543a131

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/build_release_apk_and_sign_with_debug___danger___.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,7 @@ rm -fv working.apk.idsig
3131

3232
mv -v "$temp_apk_file" "$release_apk_file"
3333

34+
cd "$basedir"/
3435
echo "singed apk file is:"
35-
echo "$release_apk_file"
36+
release_apk_file2=$(find . -name '*.apk' 2>/dev/null)
37+
echo "$release_apk_file2"

0 commit comments

Comments
 (0)