Update to Magisk stable

Fix #194
This commit is contained in:
LoveSy 2022-01-28 21:09:32 +08:00 committed by GitHub
parent ffc75eaca7
commit f8b2d8868a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ on:
magisk_apk:
description: "Download link to magisk apk."
required: true
default: "https://raw.githubusercontent.com/topjohnwu/magisk-files/canary/app-debug.apk"
default: "https://cdn.jsdelivr.net/gh/topjohnwu/magisk-files@24.1/app-release.apk"
gapps_variant:
description: "Variants of gapps. Should be: [none, super, stock, full, mini, micro, nano, pico, tvstock, tvmini]"
required: true
@ -113,7 +113,7 @@ jobs:
magisk_apk = """${{ github.event.inputs.magisk_apk }}"""
if not magisk_apk:
magisk_apk = """https://raw.githubusercontent.com/topjohnwu/magisk-files/canary/app-debug.apk"""
magisk_apk = """https://cdn.jsdelivr.net/gh/topjohnwu/magisk-files@24.1/app-release.apk"""
out_file = "magisk.zip"