Skip to content

Commit 8821250

Browse files
committed
ninth try
1 parent 584fd04 commit 8821250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Package APK
6363
run: |
6464
mkdir -p apk/{lib/$ABI,res/values}
65-
cp bin/*.so apk/lib/$ABI/libmain.so
65+
cp bin/* apk/lib/$ABI/libmain.so
6666
cp android/AndroidManifest.xml apk/AndroidManifest.xml
6767
cp android/res/values/strings.xml apk/res/values/strings.xml
6868

0 commit comments

Comments
 (0)