Update[build]: fix codename

This commit is contained in:
ArtDev 2023-09-27 21:07:14 +03:00 committed by GitHub
parent 0667a875c1
commit 5d010fcd33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ def getVersionName = {
return ("LOCAL-" + "${getDate()}")
}else {
// Used by github actions
TAG_STRING = 'dahlia-' + "${getDate()}" + "-" + TAG_PART_COMMIT.toString().trim()
TAG_STRING = 'edelweiss-' + "${getDate()}" + "-" + TAG_PART_COMMIT.toString().trim()
}
}