diff --git a/Build/Get-VersionInfo.ps1 b/Build/Get-VersionInfo.ps1 index 519eefd03..7b109f34a 100644 --- a/Build/Get-VersionInfo.ps1 +++ b/Build/Get-VersionInfo.ps1 @@ -13,6 +13,7 @@ $fullVersion = "$versionPrefix-$versionSuffix" # Replace double dashes with a single dash $fullVersion = $fullVersion -replace '--', '-' +$fileVersion = $fileVersion -replace '--', '-' # Output the results for GitHub Actions Write-Output "::set-output name=version::$fullVersion"