Skip to content

Commit

Permalink
Update build-manager.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rsuntk authored Oct 31, 2024
1 parent 6df97a3 commit 21e75b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
ls ..
ls ../armv7-linux-androideabi
cp -f ../aarch64-linux-android/release/ksud ../manager/app/src/main/jniLibs/arm64-v8a/libksud.so
cp -f ./ksud ../manager/app/src/main/jniLibs/armeabi-v7a/libksud.so
cp -f ../ksud ../manager/app/src/main/jniLibs/armeabi-v7a/libksud.so
cp -f ../x86_64-linux-android/release/ksud ../manager/app/src/main/jniLibs/x86_64/libksud.so
- name: Build with Gradle
Expand Down

0 comments on commit 21e75b8

Please sign in to comment.