Skip to content

Commit e747261

Browse files
committed
Create build version file for gradle project
1 parent 57e5f5e commit e747261

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test_android.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
4545
mkdir project/android/
4646
mv android_source project/android/build
47+
# NOTE: Godot expects build version file
48+
echo "../exports/android_source.zip [$(md5sum exports/android_source.zip | cut -d' ' -f1)]" > project/android/.build_version
4749
4850
ls -lR project/android/
4951

0 commit comments

Comments
 (0)