Skip to content

Commit b3fb810

Browse files
authored
[Android] Fix upload workflow for release (#3288)
1 parent 31300d0 commit b3fb810

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/android.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,8 @@ jobs:
5353
mkdir -p artifacts-to-be-uploaded/x86_64/
5454
# Copy the jar to S3
5555
cp extension/android/build/libs/executorch.jar artifacts-to-be-uploaded/
56-
# Copy the app and its test suite to S3
56+
# Copy the app to S3
5757
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/
5958
# Also copy the libraries
6059
cp cmake-out-android-arm64-v8a/lib/*.a artifacts-to-be-uploaded/arm64-v8a/
6160
cp cmake-out-android-arm64-v8a/extension/android/*.so artifacts-to-be-uploaded/arm64-v8a/

0 commit comments

Comments
 (0)