Skip to content

Commit 5fb3260

Browse files
committed
fix build script
1 parent d2341b1 commit 5fb3260

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ public BuildContext(ICakeContext ctx)
7878
ProjectBuildType.Release => "",
7979
ProjectBuildType.Development => "dev",
8080
ProjectBuildType.BleedingEdge => $"be.{BuildId}",
81+
ProjectBuildType.Starlight => $"starlight.{BuildId}",
8182
var _ => throw new ArgumentOutOfRangeException()
8283
};
8384

0 commit comments

Comments
 (0)