Skip to content

Commit 3c3e525

Browse files
author
Gemini
committed
update
1 parent c162ab6 commit 3c3e525

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/react_native.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ jobs:
5353
ORT_VERSION=$(cat VERSION_NUMBER)
5454
mkdir -p ${{ runner.temp }}/.build_settings
5555
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"
5959
6060
python3 -m pip install --user -r ${{ github.workspace }}/tools/ci_build/requirements/pybind/requirements.txt
6161

0 commit comments

Comments
 (0)