Skip to content

Commit a3898ab

Browse files
committed
twenty second try
1 parent 69cd070 commit a3898ab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/android.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@ jobs:
8383
--proto-format \
8484
--min-sdk-version 24
8585
86-
zip -uj ${{ github.workspace }}/apk/unsigned.apk ${{ github.workspace }}/apk/classes.dex ${{ github.workspace }}/apk/lib/$ABI/libmain.so
86+
zip -uj ${{ github.workspace }}/apk/unsigned.apk \
87+
${{ github.workspace }}/apk/classes.dex \
88+
${{ github.workspace }}/apk/lib/${{ matrix.abi }}/libmain.so
8789
8890
keytool -genkey -v -keystore debug.keystore -storepass android -alias debugkey -keypass android -dname "CN=raylib,O=raylib,C=US" -keyalg RSA -keysize 2048 -validity 10000
8991

0 commit comments

Comments
 (0)