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 }}