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

Commit

Permalink
mmar-patcher: Fix versions besides v7.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tytydraco authored Aug 22, 2020
1 parent 6bcfb9c commit a90c380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mmar-patcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Fetch APK
id: fetch_apk
run: |
wget -O ./mmpatch/MagiskManager.apk https://github.com/topjohnwu/Magisk/releases/download/manager-v7.5.0/MagiskManager-${{ github.event.inputs.version }}.apk
wget -O ./mmpatch/MagiskManager.apk https://github.com/topjohnwu/Magisk/releases/download/manager-${{ github.event.inputs.version }}/MagiskManager-${{ github.event.inputs.version }}.apk
- name: Patch APK
id: patch_apk
Expand Down

0 comments on commit a90c380

Please sign in to comment.