File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -54,12 +54,10 @@ jobs:
54
54
mkdir -p ${{ runner.temp }}/.build_settings
55
55
mkdir -p ${{ runner.temp }}/artifacts
56
56
cp tools/ci_build/github/js/react_native_e2e_full_aar_build_settings.json ${{ runner.temp }}/.build_settings/build_settings.json
57
- BUILD_SCRIPT="${{ github.workspace }}/tools/ci_build/github/android/build_aar_package.py"
58
- BUILD_SETTINGS="${{ runner.temp }}/.build_settings/build_settings.json"
59
57
60
58
python3 -m pip install --user -r ${{ github.workspace }}/tools/ci_build/requirements/pybind/requirements.txt
61
59
62
- python3 $BUILD_SCRIPT --build_dir ${{ runner.temp }} --config Release --android_sdk_path $ANDROID_SDK_HOME --android_ndk_path $ANDROID_NDK_HOME $BUILD_SETTINGS
60
+ python3 ${{ github.workspace }}/tools/ci_build/github/android/build_aar_package.py --build_dir ${{ runner.temp }} --config Release --android_sdk_path $ANDROID_SDK_ROOT --android_ndk_path $ANDROID_NDK_ROOT ${{ runner.temp }}/.build_settings/build_settings.json
63
61
64
62
# Copy the built artifacts to give folder for publishing
65
63
BASE_PATH=${{ runner.temp }}/aar_out/Release/com/microsoft/onnxruntime/onnxruntime-android/${ORT_VERSION}
71
69
uses : actions/upload-artifact@v4
72
70
with :
73
71
name : onnxruntime-android-full-aar
74
- path : ${{ runner.temp }}/. artifacts
72
+ path : ${{ runner.temp }}/artifacts
75
73
76
74
react_native_ci_android :
77
75
name : React Native CI Android
You can’t perform that action at this time.
0 commit comments