From 46a3318324bdeb5ef08bb5770fc3b03372968249 Mon Sep 17 00:00:00 2001 From: sciencewhiz Date: Mon, 11 Aug 2025 20:52:10 -0700 Subject: [PATCH] [build] Fix processstarter publishing (#8171) Artifacts weren't in OS and architecture subfolders in the zip like all the other C++ tools --- processstarter/publish.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/processstarter/publish.gradle b/processstarter/publish.gradle index b287bf930a..1fca11019c 100644 --- a/processstarter/publish.gradle +++ b/processstarter/publish.gradle @@ -42,6 +42,7 @@ model { } from(applicationPath) + into(nativeUtils.getPlatformPath(binary)) } task.dependsOn binary.tasks.link