mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[build] Remove redundant _M_ prefix from artifact file name (#6983)
This commit is contained in:
@@ -33,7 +33,7 @@ model {
|
||||
description("Copies the processstarter executable to the outputs directory.")
|
||||
destinationDirectory = outputsFolder
|
||||
|
||||
archiveBaseName = '_M_' + zipBaseName
|
||||
archiveBaseName = zipBaseName
|
||||
duplicatesStrategy = 'exclude'
|
||||
archiveClassifier = nativeUtils.getPublishClassifier(binary)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user