Skip to content

Commit ea8325c

Browse files
committed
Use forslash
1 parent 776359c commit ea8325c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/Publish.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ New-Item -ItemType Directory -Path $PublishDir/PowerShell | Out-Null
1919
New-Item -ItemType Directory -Path $PublishDir/PowerShell/lib | Out-Null
2020

2121
Write-Host -BackgroundColor $Color "Get the version number of the generator dll file"
22-
$ver = [System.Reflection.AssemblyName]::GetAssemblyName("$ArtifactsDir\Genbox.FastData.dll").Version
22+
$ver = [System.Reflection.AssemblyName]::GetAssemblyName("$ArtifactsDir/Genbox.FastData.dll").Version
2323
$semver = "$($ver.Major).$($ver.Minor).$($ver.Build)"
2424

2525
Write-Host -BackgroundColor $Color "Version: $semver"

0 commit comments

Comments
 (0)