[build] Remove redundant _M_ prefix from artifact file name (#6983)

This commit is contained in:
Gold856
2024-08-27 20:05:29 -04:00
committed by GitHub
parent 0352a60f38
commit 9c35aa6bbf
7 changed files with 7 additions and 7 deletions

View File

@@ -131,7 +131,7 @@ ext.createComponentZipTasks = { components, names, base, type, project, func ->
description = 'Creates component archive for platform ' + key
destinationDirectory = outputsFolder
archiveClassifier = key
archiveBaseName = '_M_' + base
archiveBaseName = base
duplicatesStrategy = 'exclude'
from(licenseFile) {