mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-27 04:34:59 +01:00
Update the Chocolatey push URL (#538)
This commit is contained in:
parent
dad8491035
commit
cc009fb235
@ -107,7 +107,7 @@ updateChocolatey() async {
|
||||
SecurityContext.defaultContext.setTrustedCertificates("tool/godaddy.pem");
|
||||
|
||||
var request = http.MultipartRequest(
|
||||
"PUT", Uri.parse("https://push.chocolatey.org/api/v2/package"));
|
||||
"PUT", Uri.parse("https://chocolatey.org/api/v2/package"));
|
||||
request.headers["X-NuGet-Protocol-Version"] = "4.1.0";
|
||||
request.headers["X-NuGet-ApiKey"] = environment("CHOCO_TOKEN");
|
||||
request.files.add(await http.MultipartFile.fromPath(
|
||||
|
Loading…
Reference in New Issue
Block a user