Skip to content

Commit

Permalink
- synched file names in build and install
Browse files Browse the repository at this point in the history
  • Loading branch information
tcartwright committed Sep 4, 2021
1 parent bf926ae commit ea3055d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate_setup_script.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ if ($rootPath -imatch "4.5") {
$configuration = "2014-and-greater"
}

Write-Output "Set up script written to '$rootPath\$databaseName-$configuration-setup.sql'"
Write-Output "Set up script written to '$rootPath\SqlClrCommon-$configuration-setup.sql'"
[System.IO.File]::WriteAllText("$rootPath\$databaseName-$configuration-setup.sql", "$setupSql`r`n$script")

Write-Output "Creating release zip to $releasePath"
Expand Down
Binary file modified SqlServer.ClrCommon/Install.ps1
Binary file not shown.

0 comments on commit ea3055d

Please sign in to comment.