From be4e5167419fe8e0ec9a364b9bb1caeb0410ac22 Mon Sep 17 00:00:00 2001 From: mujianwu <62330315+mujianwu@users.noreply.github.com> Date: Fri, 16 Aug 2024 11:22:51 +0800 Subject: [PATCH] Update ROM Build.yml --- .github/workflows/ROM Build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ROM Build.yml b/.github/workflows/ROM Build.yml index 1dd7f4b..8262468 100644 --- a/.github/workflows/ROM Build.yml +++ b/.github/workflows/ROM Build.yml @@ -94,7 +94,7 @@ jobs: - name: Building ROM id: out-puts run: | - source /home/localhost/actions-runner/Workfolder/UotanWorkStation-ROM-Builder/UotanWorkStation-ROM-Builder/Make.txt + source /home/localhost/actions-runner/_work/UotanWorkStation-ROM-Builder/UotanWorkStation-ROM-Builder/Make.txt . build/envsetup.sh lunch ${{ github.event.inputs.MAKEFILE_NAME_BUILD_TYPE }} echo "OUT=$OUT" >> "$GITHUB_OUTPUT" @@ -143,4 +143,4 @@ jobs: run: | rm -rf ./device/${{ github.event.inputs.COMMON_PATH }} rm -rf ./vendor/${{ github.event.inputs.COMMON_PATH }} - working-directory: ./Android/${{ github.event.inputs.ROM_NAME_ANDROID_VERSION }} \ No newline at end of file + working-directory: ./Android/${{ github.event.inputs.ROM_NAME_ANDROID_VERSION }}