diff --git a/.github/workflows/TWRP (android 4.4 ).yml b/.github/workflows/TWRP (android 4.4+).yml similarity index 99% rename from .github/workflows/TWRP (android 4.4 ).yml rename to .github/workflows/TWRP (android 4.4+).yml index 70b9f99..6853faf 100644 --- a/.github/workflows/TWRP (android 4.4 ).yml +++ b/.github/workflows/TWRP (android 4.4+).yml @@ -1,4 +1,4 @@ -name: Recovery Build TWRP 4.4 (Ubuntu 18.04) +name: Recovery Build TWRP 4.4+ (Ubuntu 18.04) permissions: contents: write on: @@ -173,6 +173,7 @@ jobs: Manifest: ${{ inputs.MANIFEST_BRANCH }} Device: ${{ inputs.DEVICE_NAME }} Device tree & Branch: ${{ inputs.DEVICE_TREE_URL }} - ${{ inputs.DEVICE_TREE_BRANCH }} + prerelease: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}