Skip to content

Commit 125cfb7

Browse files
committed
- fixed bug in generate where i only partially changed the output name
1 parent ea3055d commit 125cfb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/generate_setup_script.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ if ($rootPath -imatch "4.5") {
139139
}
140140

141141
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")
142+
[System.IO.File]::WriteAllText("$rootPath\SqlClrCommon-$configuration-setup.sql", "$setupSql`r`n$script")
143143

144144
Write-Output "Creating release zip to $releasePath"
145145
$types = ".bat", ".ps1", ".sql"

0 commit comments

Comments
 (0)