Skip to content

Commit

Permalink
Update ROM Build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mujianwu authored Aug 16, 2024
1 parent 148df8c commit be4e516
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ROM Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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 }}
working-directory: ./Android/${{ github.event.inputs.ROM_NAME_ANDROID_VERSION }}

0 comments on commit be4e516

Please sign in to comment.