mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-15 23:59:21 -04:00
Update[build]: fix codename
This commit is contained in:
parent
0667a875c1
commit
5d010fcd33
@ -51,7 +51,7 @@ def getVersionName = {
|
|||||||
return ("LOCAL-" + "${getDate()}")
|
return ("LOCAL-" + "${getDate()}")
|
||||||
}else {
|
}else {
|
||||||
// Used by github actions
|
// Used by github actions
|
||||||
TAG_STRING = 'dahlia-' + "${getDate()}" + "-" + TAG_PART_COMMIT.toString().trim()
|
TAG_STRING = 'edelweiss-' + "${getDate()}" + "-" + TAG_PART_COMMIT.toString().trim()
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user