Modify: add commit info in debug
This commit is contained in:
parent
57e53116d9
commit
c2ec4cd8a7
1 changed files with 1 additions and 0 deletions
1
build.sh
1
build.sh
|
@ -13,6 +13,7 @@ debugInfo () {
|
||||||
echo "Build binary: $BINARY"
|
echo "Build binary: $BINARY"
|
||||||
echo "Release: $RELEASE"
|
echo "Release: $RELEASE"
|
||||||
echo "Version: $VERSION"
|
echo "Version: $VERSION"
|
||||||
|
echo "Commit: $COMMIT_SHA"
|
||||||
}
|
}
|
||||||
|
|
||||||
buildAssets () {
|
buildAssets () {
|
||||||
|
|
Loading…
Add table
Reference in a new issue