mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[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:
@@ -42,6 +42,7 @@ model {
|
||||
}
|
||||
|
||||
from(applicationPath)
|
||||
into(nativeUtils.getPlatformPath(binary))
|
||||
}
|
||||
|
||||
task.dependsOn binary.tasks.link
|
||||
|
||||
Reference in New Issue
Block a user