File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 53
53
ORT_VERSION=$(cat VERSION_NUMBER)
54
54
mkdir -p ${{ runner.temp }}/.build_settings
55
55
mkdir -p ${{ runner.temp }}/artifacts
56
- cp ${{ github.workspace }}/ 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${{ runner.temp }}_aar_package .py"
58
- BUILD_SETTINGS="${{ runner.temp }}/.build_settings/build_settings.json"
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"
59
59
60
60
python3 -m pip install --user -r ${{ github.workspace }}/tools/ci_build/requirements/pybind/requirements.txt
61
61
You can’t perform that action at this time.
0 commit comments