mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-13 05:25:14 +01:00
Release packages are now prefixed with lime3ds
instead of lime
This commit is contained in:
parent
fd4bc9002f
commit
2b5aea2b1a
@ -3,14 +3,14 @@
|
|||||||
# Determine the full revision name.
|
# Determine the full revision name.
|
||||||
GITDATE="`git show -s --date=short --format='%ad' | sed 's/-//g'`"
|
GITDATE="`git show -s --date=short --format='%ad' | sed 's/-//g'`"
|
||||||
GITREV="`git show -s --format='%h'`"
|
GITREV="`git show -s --format='%h'`"
|
||||||
REV_NAME="lime-$OS-$TARGET-$GITDATE-$GITREV"
|
REV_NAME="lime3ds-$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=lime3ds-$GITHUB_REF_NAME
|
||||||
REV_NAME="lime-$GITHUB_REF_NAME-$OS-$TARGET"
|
REV_NAME="lime3ds-$GITHUB_REF_NAME-$OS-$TARGET"
|
||||||
else
|
else
|
||||||
RELEASE_NAME=lime-head
|
RELEASE_NAME=lime3ds-head
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Archive and upload the artifacts.
|
# Archive and upload the artifacts.
|
||||||
|
Loading…
Reference in New Issue
Block a user