Skip to content

Commit dd6a951

Browse files
Perform correct dir rename dance
1 parent eeb7435 commit dd6a951

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ci/android-install-sdk.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,9 @@ case "$1" in
4848
;;
4949
esac;
5050

51-
mkdir sdk/cmdline-tools/latest
52-
mv sdk/cmdline-tools/* sdk/cmdline-tools/latest
51+
mv sdk/cmdline-tools latest
52+
mkdir sdk/cmdline-tools
53+
mv latest sdk/cmdline-tools
5354

5455
ANDROID_SDK_BIN="./sdk/cmdline-tools/latest/bin"
5556

0 commit comments

Comments
 (0)