From f8b2d8868a524e00fd8f92d8a77e325a03de27c5 Mon Sep 17 00:00:00 2001 From: LoveSy Date: Fri, 28 Jan 2022 21:09:32 +0800 Subject: [PATCH] Update to Magisk stable Fix #194 --- .github/workflows/magisk.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/magisk.yml b/.github/workflows/magisk.yml index c7cba6e..24f79b0 100644 --- a/.github/workflows/magisk.yml +++ b/.github/workflows/magisk.yml @@ -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"