Skip to content

Commit

Permalink
Temporarily change tarball URL to the v1.7.0 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ffuugoo committed Dec 7, 2023
1 parent 0ae2178 commit 987c7ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 987c7ab

Please sign in to comment.