Skip to content

Commit 29ee207

Browse files
committed
update
1 parent 15c3438 commit 29ee207

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/react_native.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,10 @@ jobs:
5454
mkdir -p ${{ runner.temp }}/.build_settings
5555
mkdir -p ${{ runner.temp }}/artifacts
5656
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"
5957
6058
python3 -m pip install --user -r ${{ github.workspace }}/tools/ci_build/requirements/pybind/requirements.txt
6159
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
6361
6462
# Copy the built artifacts to give folder for publishing
6563
BASE_PATH=${{ runner.temp }}/aar_out/Release/com/microsoft/onnxruntime/onnxruntime-android/${ORT_VERSION}
@@ -71,7 +69,7 @@ jobs:
7169
uses: actions/upload-artifact@v4
7270
with:
7371
name: onnxruntime-android-full-aar
74-
path: ${{ runner.temp }}/.artifacts
72+
path: ${{ runner.temp }}/artifacts
7573

7674
react_native_ci_android:
7775
name: React Native CI Android

0 commit comments

Comments
 (0)