mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-05 03:21:42 +00:00
[build] Remove redundant _M_ prefix from artifact file name (#6983)
This commit is contained in:
@@ -77,7 +77,7 @@ model {
|
||||
description("Copies the SysId 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