mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-10 20:25:06 +01:00
Updated filename format for release packages
This commit is contained in:
parent
2c0ffe163f
commit
cbbdc26624
@ -8,6 +8,7 @@ REV_NAME="lime-$OS-$TARGET-$GITDATE-$GITREV"
|
||||
# Determine the name of the release being built.
|
||||
if [[ "$GITHUB_REF_TYPE" == "tag" ]]; then
|
||||
RELEASE_NAME=lime-$GITHUB_REF_NAME
|
||||
REV_NAME="lime-$GITHUB_REF_NAME-$OS-$TARGET"
|
||||
else
|
||||
RELEASE_NAME=lime-head
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user