Skip to content

Commit 8a22c31

Browse files
committed
Merge remote-tracking branch 'origin/release/2024.08-DeltaFPS' into develop
2 parents 421ee51 + 1adf2d0 commit 8a22c31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,14 +206,14 @@ jobs:
206206
# trigger an EDU build by including "edu" in the tag
207207
edu=${{ github.ref_type == 'tag' && contains(github.ref_name, 'edu') }}
208208
echo "ref_type=${{ github.ref_type }}, ref_name=${{ github.ref_name }}, edu='$edu'"
209+
branch=$AUTOBUILD_VCS_BRANCH
209210
if [[ "$edu" == "true" ]]
210211
then
211212
export viewer_channel="Second Life Release edu"
212213
elif [[ "$branch" == "develop" ]];
213214
then
214215
export viewer_channel="Second Life Develop"
215216
else
216-
branch=$AUTOBUILD_VCS_BRANCH
217217
IFS='/' read -ra ba <<< "$branch"
218218
prefix=${ba[0]}
219219
if [ "$prefix" == "project" ]; then

0 commit comments

Comments
 (0)