We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31300d0 commit b3fb810Copy full SHA for b3fb810
.github/workflows/android.yml
@@ -53,9 +53,8 @@ jobs:
53
mkdir -p artifacts-to-be-uploaded/x86_64/
54
# Copy the jar to S3
55
cp extension/android/build/libs/executorch.jar artifacts-to-be-uploaded/
56
- # Copy the app and its test suite to S3
+ # Copy the app to S3
57
cp examples/demo-apps/android/LlamaDemo/app/build/outputs/apk/debug/*.apk artifacts-to-be-uploaded/
58
- cp examples/demo-apps/android/LlamaDemo/app/build/outputs/apk/androidTest/debug/*.apk artifacts-to-be-uploaded/
59
# Also copy the libraries
60
cp cmake-out-android-arm64-v8a/lib/*.a artifacts-to-be-uploaded/arm64-v8a/
61
cp cmake-out-android-arm64-v8a/extension/android/*.so artifacts-to-be-uploaded/arm64-v8a/
0 commit comments