Fix release type of download url (#486)
This commit is contained in:
2
.github/workflows/magisk.yml
vendored
2
.github/workflows/magisk.yml
vendored
@@ -173,7 +173,7 @@ jobs:
|
||||
continue
|
||||
out = requests.post(
|
||||
'https://fe3.delivery.mp.microsoft.com/ClientWebService/client.asmx/secured',
|
||||
data=file_content.format(i, v),
|
||||
data=file_content.format(i, v, release_type),
|
||||
headers={'Content-Type': 'application/soap+xml; charset=utf-8'},
|
||||
verify=False
|
||||
)
|
||||
|
Reference in New Issue
Block a user