build(nuget): updating paths for semantic-release

This commit is contained in:
Dylan R. E. Moonfire 2021-09-11 00:59:29 -05:00
parent 2aa87a9115
commit 5be44c8240

View file

@ -10,7 +10,7 @@ module.exports = {
"semantic-release-nuget", "semantic-release-nuget",
{ {
packArguments: ["--include-symbols", "--include-source"], packArguments: ["--include-symbols", "--include-source"],
pushFiles: ["bin/*.nupkg"], pushFiles: ["src/*/bin/Debug/*.nupkg"],
}, },
], ],
"@semantic-release/changelog", "@semantic-release/changelog",