updated fix
This commit is contained in:
parent
bed4b6e142
commit
3608322b0c
8
.github/workflows/OrangeFox-OFRP.yml
vendored
8
.github/workflows/OrangeFox-OFRP.yml
vendored
@ -115,6 +115,14 @@ jobs:
|
||||
cd ${{ github.event.inputs.DEVICE_PATH }}
|
||||
echo "COMMIT_ID=$(git rev-parse HEAD)" >> $GITHUB_ENV
|
||||
|
||||
- name: Check Manifest Branch
|
||||
uses: haya14busa/action-cond@v1
|
||||
id: fox_branch
|
||||
with:
|
||||
cond: ${{ github.event.inputs.MANIFEST_BRANCH == '11.0' || github.event.inputs.MANIFEST_BRANCH == '12.1' }}
|
||||
if_true: lunch twrp_${{ github.event.inputs.DEVICE_NAME }}-eng && make clean && mka adbd ${{ github.event.inputs.BUILD_TARGET }}image
|
||||
if_false: lunch omni_${{ github.event.inputs.DEVICE_NAME }}-eng && make clean && mka ${{ github.event.inputs.BUILD_TARGET }}image
|
||||
|
||||
- name: Installing python2 for legacy builds
|
||||
if: env.CHECK_LEGACY_BRANCH == 'true'
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user