Skip to content

Commit 225b754

Browse files
committed
It's cmake-out-android
1 parent 002d0e0 commit 225b754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
cp examples/demo-apps/android/LlamaDemo/app/build/outputs/apk/debug/*.apk artifacts-to-be-uploaded/
5353
cp examples/demo-apps/android/LlamaDemo/app/build/outputs/apk/androidTest/debug/*.apk artifacts-to-be-uploaded/
5454
# Also copy the share libraries
55-
cp cmake-android-out/lib/*.a artifacts-to-be-uploaded/
55+
cp cmake-out-android/lib/*.a artifacts-to-be-uploaded/
5656
5757
# Upload the app and its test suite to S3 so that they can be downloaded by the test job
5858
upload-artifacts:

0 commit comments

Comments
 (0)