mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-10 21:55:11 +01:00
parent
ffc75eaca7
commit
f8b2d8868a
4
.github/workflows/magisk.yml
vendored
4
.github/workflows/magisk.yml
vendored
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user