Fix release type of download url (#486)

This commit is contained in:
LoveSy
2022-07-28 03:58:38 +08:00
committed by GitHub
parent 9226be17c2
commit 79f2d86677
2 changed files with 2 additions and 2 deletions

View File

@@ -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
)