We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 002d0e0 commit 225b754Copy full SHA for 225b754
.github/workflows/android.yml
@@ -52,7 +52,7 @@ jobs:
52
cp examples/demo-apps/android/LlamaDemo/app/build/outputs/apk/debug/*.apk artifacts-to-be-uploaded/
53
cp examples/demo-apps/android/LlamaDemo/app/build/outputs/apk/androidTest/debug/*.apk artifacts-to-be-uploaded/
54
# Also copy the share libraries
55
- cp cmake-android-out/lib/*.a artifacts-to-be-uploaded/
+ cp cmake-out-android/lib/*.a artifacts-to-be-uploaded/
56
57
# Upload the app and its test suite to S3 so that they can be downloaded by the test job
58
upload-artifacts:
0 commit comments