mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
Fix release build zip name
This commit is contained in:
parent
a988d5ac13
commit
568d3ab1f9
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ elif sys.platform == "darwin":
|
|||
def computeArchiveName():
|
||||
RELEASE_TYPE = os.getenv("RELEASE_TYPE", "DEV")
|
||||
RELEASE_NUMBER = os.getenv("RELEASE_NUMBER", "")
|
||||
GIT_PR_COMMIT_SHORT = os.getenv("GIT_PR_COMMIT_SHORT", "")
|
||||
GIT_PR_COMMIT_SHORT = os.getenv("SHA7", "")
|
||||
|
||||
if RELEASE_TYPE == "PRODUCTION":
|
||||
BUILD_VERSION = "{}-{}".format(RELEASE_NUMBER, GIT_PR_COMMIT_SHORT)
|
||||
|
|
Loading…
Reference in a new issue