File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -54,15 +54,15 @@ 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
- 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"
59
59
60
60
python3 -m pip install --user -r ${{ github.workspace }}/tools/ci_build/requirements/pybind/requirements.txt
61
61
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
63
63
64
64
# 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}
66
66
cp ${BASE_PATH}/*.jar ${{ runner.temp }}/artifacts
67
67
cp ${BASE_PATH}/*.aar ${{ runner.temp }}/artifacts
68
68
cp ${BASE_PATH}/*.pom ${{ runner.temp }}/artifacts
You can’t perform that action at this time.
0 commit comments