From 4bc4f03267224786b7ff41c3b3fd6f5c17879dd4 Mon Sep 17 00:00:00 2001 From: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com> Date: Wed, 21 Feb 2024 11:59:24 +0200 Subject: [PATCH] Update Android_Build.yml --- .github/workflows/Android_Build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Android_Build.yml b/.github/workflows/Android_Build.yml index a71a7fb4..88f19b97 100644 --- a/.github/workflows/Android_Build.yml +++ b/.github/workflows/Android_Build.yml @@ -98,7 +98,7 @@ jobs: # Build the project with CMake cmake --build ${{github.workspace}}/build --config ${{ env.BUILD_TYPE }} # Move the generated library to the appropriate location - strip --strip-unneeded libtest.o ./src/pandroid/app/src/main/jniLibs/arm64-v8a/libAlber.so + strip --strip-unneeded ./build/libAlber.so mv ./build/libAlber.so ./src/pandroid/app/src/main/jniLibs/arm64-v8a/ # Build the Android app with Gradle cd src/pandroid