mirror of
https://github.com/Lime3DS/Lime3DS
synced 2025-01-09 13:43:27 +00:00
Updated filename format for release packages
This commit is contained in:
parent
2c0ffe163f
commit
cbbdc26624
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ REV_NAME="lime-$OS-$TARGET-$GITDATE-$GITREV"
|
||||||
# Determine the name of the release being built.
|
# Determine the name of the release being built.
|
||||||
if [[ "$GITHUB_REF_TYPE" == "tag" ]]; then
|
if [[ "$GITHUB_REF_TYPE" == "tag" ]]; then
|
||||||
RELEASE_NAME=lime-$GITHUB_REF_NAME
|
RELEASE_NAME=lime-$GITHUB_REF_NAME
|
||||||
|
REV_NAME="lime-$GITHUB_REF_NAME-$OS-$TARGET"
|
||||||
else
|
else
|
||||||
RELEASE_NAME=lime-head
|
RELEASE_NAME=lime-head
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue