Update version to 0.6.17 and increment version code to 133; enhance Android build workflow
Android / android (push) Successful in 27s

This commit is contained in:
Kirill
2026-08-20 21:05:22 +03:00
parent 935d249183
commit 3536e25d52
3 changed files with 23 additions and 3 deletions
+21 -1
View File
@@ -19,10 +19,19 @@ jobs:
- name: Prepare Godot
run: |
rm -rf .godot
mkdir -p build
godot \
--headless \
--path . \
--editor \
--quit \
--verbose
- name: Build APK
run: |
mkdir -p build
godot \
--headless \
--path . \
@@ -35,6 +44,17 @@ jobs:
--export-release "Android" \
build/app.apk
- name: Check imported resources
run: |
echo "=== PNG imports ==="
find .godot/imported -iname '*habitable*' -o -iname '*civ2*'
echo "=== PNG files ==="
ls -lh ui/4-life/habitable_planet.png
ls -lh ui/4-life/civ2.png
- name: Verify APK
run: |
test -f build/app.apk