From f1a9918784e28c552d21150f75324b24f7c64622 Mon Sep 17 00:00:00 2001 From: "Dylan R. E. Moonfire" Date: Mon, 6 Sep 2021 23:26:16 -0500 Subject: [PATCH] fix(build): forcing release to fix path for NuGet packages --- 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",