Skip to content
This repository was archived by the owner on May 6, 2022. It is now read-only.

Commit 2c54a4b

Browse files
committed
mmar-patcher: Don't do existing check
This is broken Signed-off-by: Tyler Nijmeh <[email protected]>
1 parent 54754ce commit 2c54a4b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/mmar-patcher.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@ jobs:
4545
fi
4646
fi
4747
48-
- name: Bail If Existing
49-
id: bail_if_existing
50-
run: curl --output /dev/null --silent --head --fail "https://github.com/Magisk-Modules-Alt-Repo/patching/releases/tag/manager-alt-${{ env.VERSION }}" && exit 1
51-
5248
- name: Fetch APK
5349
id: fetch_apk
5450
run: |

0 commit comments

Comments
 (0)