diff --git a/build/Build.Pack.cs b/build/Build.Pack.cs index 79db7d20a..ed96adefe 100644 --- a/build/Build.Pack.cs +++ b/build/Build.Pack.cs @@ -449,7 +449,7 @@ void BuildMsiInstallerForPlatform(MSBuildTargetPlatform platform, AbsolutePath w string ConstructRedHatPackageFilename(string packageName, string architecture) { - var transformedVersion = FullSemVer.Replace("-", "_"); + var transformedVersion = FullSemVer; //.Replace("-", "_"); var filename = $"{packageName}-{transformedVersion}-1.{architecture}.rpm"; return filename; }