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

Commit

Permalink
mmar-patcher: Don't do existing check
Browse files Browse the repository at this point in the history
This is broken

Signed-off-by: Tyler Nijmeh <[email protected]>
  • Loading branch information
tytydraco committed Aug 24, 2020
1 parent 54754ce commit 2c54a4b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/mmar-patcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ jobs:
fi
fi
- name: Bail If Existing
id: bail_if_existing
run: curl --output /dev/null --silent --head --fail "https://github.com/Magisk-Modules-Alt-Repo/patching/releases/tag/manager-alt-${{ env.VERSION }}" && exit 1

- name: Fetch APK
id: fetch_apk
run: |
Expand Down

0 comments on commit 2c54a4b

Please sign in to comment.