[build] Fix processstarter publishing (#8171)

Artifacts weren't in OS and architecture subfolders in the zip like all the other
C++ tools
This commit is contained in:
sciencewhiz
2025-08-11 20:52:10 -07:00
committed by GitHub
parent f209ecb0cb
commit 46a3318324

View File

@@ -42,6 +42,7 @@ model {
}
from(applicationPath)
into(nativeUtils.getPlatformPath(binary))
}
task.dependsOn binary.tasks.link