Skip to content

Commit 0c1909d

Browse files
committed
Fix Android export template extraction path
1 parent 6a3fa80 commit 0c1909d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ 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 android_source.zip -d exports/
33+
unzip -j templates.zip templates/android_source.zip -d exports/
3434
rm templates.zip
3535
3636
# TODO: need to cache it

0 commit comments

Comments
 (0)