From 11c0eb3111d3d3b4fcd906942ef4b6512f225146 Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Fri, 13 Jun 2025 23:45:28 +0800 Subject: [PATCH] Fix command project publish issue --- Scripts/post_build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/post_build.ps1 b/Scripts/post_build.ps1 index 18e896f51..6ff4aff56 100644 --- a/Scripts/post_build.ps1 +++ b/Scripts/post_build.ps1 @@ -109,7 +109,7 @@ function Publish-Self-Contained ($p) { $command_profile = Join-Path "$p" "Flow.Launcher.Command/Properties/PublishProfiles/Net7.0-SelfContained.pubxml" -Resolve # we call dotnet publish on the command project. - dotnet publish -c Release $command_profile /p:PublishProfile=$profile + dotnet publish -c Release $command_csproj /p:PublishProfile=$command_profile } function Publish-Portable ($outputLocation, $version) {