Merge branch 'release/2024.08-DeltaFPS' of https://github.com/secondlife/viewer

master
Ansariel 2024-08-23 11:43:20 +02:00
commit bddb0fb749
1 changed files with 1 additions and 1 deletions

View File

@ -206,6 +206,7 @@ jobs:
# trigger an EDU build by including "edu" in the tag
edu=${{ github.ref_type == 'tag' && contains(github.ref_name, 'edu') }}
echo "ref_type=${{ github.ref_type }}, ref_name=${{ github.ref_name }}, edu='$edu'"
branch=$AUTOBUILD_VCS_BRANCH
if [[ "$edu" == "true" ]]
then
export viewer_channel="Second Life Release edu"
@ -213,7 +214,6 @@ jobs:
then
export viewer_channel="Second Life Develop"
else
branch=$AUTOBUILD_VCS_BRANCH
IFS='/' read -ra ba <<< "$branch"
prefix=${ba[0]}
if [ "$prefix" == "project" ]; then