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

Commit a90c380

Browse files
authored
mmar-patcher: Fix versions besides v7.5.0
1 parent 6bcfb9c commit a90c380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mmar-patcher.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Fetch APK
3333
id: fetch_apk
3434
run: |
35-
wget -O ./mmpatch/MagiskManager.apk https://github.com/topjohnwu/Magisk/releases/download/manager-v7.5.0/MagiskManager-${{ github.event.inputs.version }}.apk
35+
wget -O ./mmpatch/MagiskManager.apk https://github.com/topjohnwu/Magisk/releases/download/manager-${{ github.event.inputs.version }}/MagiskManager-${{ github.event.inputs.version }}.apk
3636
3737
- name: Patch APK
3838
id: patch_apk

0 commit comments

Comments
 (0)