Skip to content

Commit baf70b8

Browse files
committed
Update build-android-ndk.yml
1 parent 9a7a167 commit baf70b8

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

.github/workflows/build-android-ndk.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,9 @@ jobs:
2626
- name: Build arm64 library
2727
run: ./gradlew externalNativeBuildRelease -Pandroid.abis=arm64-v8a
2828

29-
- name: List build directories for debugging
30-
run: |
31-
echo "Listing build directories:"
32-
find app/build -name "*.so" -type f | head -20
33-
echo "Full cxx directory structure:"
34-
find app/build/intermediates/cxx -type d 2>/dev/null || echo "cxx directory not found"
35-
echo "Release directory contents:"
36-
ls -la app/build/intermediates/cxx/Release/ 2>/dev/null || echo "Release directory not found"
37-
3829
- name: Store arm64 library
3930
uses: actions/upload-artifact@v4
4031
with:
4132
name: libXlorie-arm64
42-
path: app/build/intermediates/stripped_native_libs/release/out/lib/arm64-v8a/libXlorie.so
33+
path: app/build/intermediates/cxx/RelWithDebInfo/*/obj/arm64-v8a/libXlorie.so
34+
if-no-files-found: error

0 commit comments

Comments
 (0)