diff --git a/build/Main.cs b/build/Main.cs index b886fba..70dbf95 100644 --- a/build/Main.cs +++ b/build/Main.cs @@ -60,7 +60,7 @@ Directory.CreateDirectory(protosTagDir); Console.WriteLine($"Downloading protos for tag {qdrantVersion} to {protosTagDir}"); - var url = $"https://api.github.com/repos/qdrant/qdrant/tarball/refs/tags/{qdrantVersion}"; + var url = "https://api.github.com/repos/qdrant/qdrant/tarball/v1.7.0"; var protoFileRegex = new Regex(".*?lib/api/src/grpc/proto/.*?.proto"); var client = new HttpClient {