From 5be44c82407890f8b995b5882366184badc7d4fe Mon Sep 17 00:00:00 2001 From: "Dylan R. E. Moonfire" Date: Sat, 11 Sep 2021 00:59:29 -0500 Subject: [PATCH] build(nuget): updating paths for semantic-release --- release.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.config.js b/release.config.js index ac47a88..e0233f1 100644 --- a/release.config.js +++ b/release.config.js @@ -10,7 +10,7 @@ module.exports = { "semantic-release-nuget", { packArguments: ["--include-symbols", "--include-source"], - pushFiles: ["bin/*.nupkg"], + pushFiles: ["src/*/bin/Debug/*.nupkg"], }, ], "@semantic-release/changelog",