Add Godot export check step to Android CI workflow
Android / android (push) Failing after 13s

This commit is contained in:
Kirill
2026-08-19 22:07:51 +03:00
parent 0db2fa0f96
commit f82ccbedd9
2 changed files with 8 additions and 1 deletions
+8
View File
@@ -50,6 +50,14 @@ jobs:
ls -lh /root/.local/share/godot/export_templates/4.6.stable/
test -f /root/.local/share/godot/export_templates/4.6.stable/android_release.apk
- name: Godot export check
run: |
godot \
--headless \
--path . \
--export-release "Android" \
/tmp/test.apk
- name: Build APK
run: |
mkdir -p build