Skip to content

Commit 15c3438

Browse files
committed
stash
1 parent 3c3e525 commit 15c3438

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/react_native.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@ 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-
export BUILD_SCRIPT="${{ github.workspace }}/tools/ci_build/github/android/build_aar_package.py"
58-
export BUILD_SETTINGS="${{ 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"
5959
6060
python3 -m pip install --user -r ${{ github.workspace }}/tools/ci_build/requirements/pybind/requirements.txt
6161
62-
python3 $BUILD_SCRIPT --build_dir ${{ runner.temp }} --config $BUILD_CONFIG --android_sdk_path $ANDROID_SDK_HOME --android_ndk_path $ANDROID_NDK_HOME $BUILD_SETTINGS
62+
python3 $BUILD_SCRIPT --build_dir ${{ runner.temp }} --config Release --android_sdk_path $ANDROID_SDK_HOME --android_ndk_path $ANDROID_NDK_HOME $BUILD_SETTINGS
6363
6464
# Copy the built artifacts to give folder for publishing
65-
BASE_PATH=${{ runner.temp }}/aar_out/${BUILD_CONFIG}/com/microsoft/onnxruntime/${PACKAGE_NAME}/${ORT_VERSION}
65+
BASE_PATH=${{ runner.temp }}/aar_out/Release/com/microsoft/onnxruntime/onnxruntime-android/${ORT_VERSION}
6666
cp ${BASE_PATH}/*.jar ${{ runner.temp }}/artifacts
6767
cp ${BASE_PATH}/*.aar ${{ runner.temp }}/artifacts
6868
cp ${BASE_PATH}/*.pom ${{ runner.temp }}/artifacts

0 commit comments

Comments
 (0)