1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-13 05:48:35 +00:00

Auto-update - Fix URL, restoring auto-update functionality

This commit is contained in:
Robert 2022-09-16 20:19:19 +02:00
parent ab7c3933c5
commit 32a444fbeb

View File

@ -45,7 +45,7 @@ public class UpdateProvider : IUpdateProvider, IDisposable
Url request = API_URL.AppendPathSegments("build", "builds")
.SetQueryParam("definitions", buildDefinition)
.SetQueryParam("resultFilter", "succeeded")
.SetQueryParam("branchName", "master")
.SetQueryParam("branchName", "refs/heads/master")
.SetQueryParam("$top", 1)
.SetQueryParam("api-version", "6.1-preview.6");