add build number to release file name
This commit is contained in:
parent
e87e0d057e
commit
7b7c40978b
2
Makefile
2
Makefile
@ -3,7 +3,7 @@ OS_NAME := kosmos
|
|||||||
|
|
||||||
# version numbering deployed by ci deploy script - no necessary for local build
|
# version numbering deployed by ci deploy script - no necessary for local build
|
||||||
ifdef SW_KERNEL
|
ifdef SW_KERNEL
|
||||||
VERSION := -$(SW_KERNEL).$(SW_MAJOR).$(SW_MINOR)
|
VERSION := -$(SW_KERNEL).$(SW_MAJOR).$(SW_MINOR).$(CI_BUILD_ID)
|
||||||
else
|
else
|
||||||
VERSION :=
|
VERSION :=
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user