Skip to content

Commit 423a27a

Browse files
committed
Simplify unzipping
1 parent e747261 commit 423a27a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test_android.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,8 @@ jobs:
3030
archive_file=Godot_v${GODOT_VERSION}_export_templates.tpz
3131
url=https://github.com/godotengine/godot-builds/releases/download/${GODOT_VERSION}/${archive_file}
3232
curl -L -o templates.zip "${url}"
33-
unzip templates.zip
33+
unzip templates.zip android_source.zip -d exports/
3434
rm templates.zip
35-
mv templates/android_source.zip exports/android_source.zip
36-
rm -rf templates/
3735
3836
# TODO: need to cache it
3937

0 commit comments

Comments
 (0)