diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-08-29 08:27:45 +0300 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-08-29 08:27:45 +0300 |
commit | 81569177edc411d5bebc04905069b6b8440591c4 (patch) | |
tree | 36a4af8aa1ed28f95e19d7862b2d9fb2d67b625c /.github/workflows/build.yaml | |
parent | 0e0e1accb62ccd3c703ab031ae9cfe0260fcfa01 (diff) | |
parent | e92a06d68114c933599da12d75221504ebac77e0 (diff) |
Merge branch 'develop' into marchcat/b-develop
Diffstat (limited to '.github/workflows/build.yaml')
-rw-r--r-- | .github/workflows/build.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 8988453b0b..55bef46ff6 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -228,6 +228,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" @@ -235,7 +236,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 |