Add new viewer_channel detection for develop branch

master
Brad Linden 2024-06-13 17:52:34 -07:00
parent 41cb778fb0
commit b9f287815a
1 changed files with 3 additions and 0 deletions

View File

@ -231,6 +231,9 @@ jobs:
elif [[ "$prefix" == "release" || "$prefix" == "main" ]];
then
export viewer_channel="Second Life Release"
elif [[ "$branch" == "develop" ]];
then
export viewer_channel="Second Life Develop"
else
export viewer_channel="Second Life Test"
fi