Skip to content

Commit 6f32a00

Browse files
Update main.yml
1 parent ae4b2bb commit 6f32a00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@
9090
run: |
9191
unzip commandlinetools.zip -d $ANDROID_SDK_ROOT/cmdline-tools
9292
93-
- name: Unzip commandline tools
94-
run: unzip -o commandlinetools.zip -d $ANDROID_HOME
93+
- name: Unzip Android command line tools
94+
run: unzip -o commandlinetools.zip
9595

9696
- name: Unzip? [y]es, [n]o, [A]ll, [N]one, [r]ename:”). The command line tools
9797
run: unzip -o commandlinetools.zip

0 commit comments

Comments
 (0)