Skip to content

Commit

Permalink
Update Recovery-Builder-TWRP.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Jamie Falconer <[email protected]>
  • Loading branch information
SavedByLight authored Oct 14, 2024
1 parent e7a7ee1 commit fc4f718
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/Recovery-Builder-TWRP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,19 +122,10 @@ jobs:
continue-on-error: true

- name: Include Recovery Installer
if: inputs.RECOVERY_INSTALLER == true && inputs.MANIFEST_BRANCH != '6.0' && inputs.BUILD_TARGET != 'vendor_boot'
if: inputs.RECOVERY_INSTALLER == true && inputs.MANIFEST_BRANCH != '12.1' && inputs.BUILD_TARGET != 'vendor_boot'
run: |
case ${{ inputs.MANIFEST_BRANCH }} in
7.1)
patchNum=5080
;;
8.1)
patchNum=5079
;;
9.0)
patchNum=5037
;;
11)
12.1)
patchNum=4964
;;
14)
Expand Down

0 comments on commit fc4f718

Please sign in to comment.