From b4cd0ddd0185dfac26f10bf4497483c60a57d566 Mon Sep 17 00:00:00 2001 From: ragarcia87 <70825623+juic3b0x@users.noreply.github.com> Date: Sat, 7 Jan 2023 05:49:57 -0600 Subject: [PATCH] modified: .github/workflows/Recovery-Builder-TWRP.yaml --- .github/workflows/Recovery-Builder-TWRP.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Recovery-Builder-TWRP.yaml b/.github/workflows/Recovery-Builder-TWRP.yaml index cd075ba..f0c0dd0 100644 --- a/.github/workflows/Recovery-Builder-TWRP.yaml +++ b/.github/workflows/Recovery-Builder-TWRP.yaml @@ -17,8 +17,8 @@ jobs: runs-on: ubuntu-20.04 steps: - - name: Build Image - uses: XenonTheInertG/android-recovery-action@main - - name: Set Permissions - run: chmod +x entrypoint.sh \ No newline at end of file + run: chmod +x entrypoint.sh + + - name: Build Image + uses: XenonTheInertG/android-recovery-action@main \ No newline at end of file