We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a3fa80 commit 0c1909dCopy full SHA for 0c1909d
.github/workflows/test_android.yml
@@ -30,7 +30,7 @@ jobs:
30
archive_file=Godot_v${GODOT_VERSION}_export_templates.tpz
31
url=https://github.com/godotengine/godot-builds/releases/download/${GODOT_VERSION}/${archive_file}
32
curl -L -o templates.zip "${url}"
33
- unzip templates.zip android_source.zip -d exports/
+ unzip -j templates.zip templates/android_source.zip -d exports/
34
rm templates.zip
35
36
# TODO: need to cache it
0 commit comments