From 3e57b4ca3584df9cb9b36dcb8180c7016e98b6a2 Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Sat, 20 Jun 2026 05:56:22 -0500 Subject: [PATCH] Update for new builds --- Redirects.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Redirects.cs b/Redirects.cs index 94cefd3..db1235c 100644 --- a/Redirects.cs +++ b/Redirects.cs @@ -154,6 +154,7 @@ public class GiteaReleaseWithVersionInNameRedirect(string giteaServer, string gi if(resp2 is not null) { string name = file.Replace("@TAG@", resp2.TagName); + Console.WriteLine(name); foreach(var item in resp2.Assets) {