Skip to content

Commit d577afd

Browse files
committed
Correct typo in Android build.
1 parent 0e12583 commit d577afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ jobs:
269269
if [ ! -e Platforms/Android ]; then
270270
mkdir -p Platforms/Android
271271
ln -s ../Android Platforms/Android
272-
ln -s ../Android/android.py Platform/Android/__main__.py
272+
ln -s ../Android/android.py Platforms/Android/__main__.py
273273
fi
274274
275275
- name: Build and test

0 commit comments

Comments
 (0)