We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea3055d commit 125cfb7Copy full SHA for 125cfb7
1 file changed
.github/workflows/generate_setup_script.ps1
@@ -139,7 +139,7 @@ if ($rootPath -imatch "4.5") {
139
}
140
141
Write-Output "Set up script written to '$rootPath\SqlClrCommon-$configuration-setup.sql'"
142
-[System.IO.File]::WriteAllText("$rootPath\$databaseName-$configuration-setup.sql", "$setupSql`r`n$script")
+[System.IO.File]::WriteAllText("$rootPath\SqlClrCommon-$configuration-setup.sql", "$setupSql`r`n$script")
143
144
Write-Output "Creating release zip to $releasePath"
145
$types = ".bat", ".ps1", ".sql"
0 commit comments