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