Add gh workflow for release, new fields in podium and versioning

This commit is contained in:
x0gp
2026-07-14 18:36:51 +04:00
parent 13495de5bd
commit 7a7913d2ee
8 changed files with 269 additions and 20 deletions
+3
View File
@@ -485,6 +485,9 @@ func lobbyToWireFinished(m lobby.RaceMeta, podium []races.PodiumEntry) transport
DriverID: p.DriverID,
Name: p.Name,
TotalTimeMs: p.TotalTimeMs,
Nickname: p.Nickname,
AvatarUrl: p.AvatarUrl,
ClanID: p.ClanID,
})
}
}