master
Vir Linden 2024-04-19 19:51:19 +01:00
parent f39987f382
commit a65de93541
1 changed files with 1 additions and 1 deletions

View File

@ -173,6 +173,7 @@ jobs:
# determine the viewer channel from the branch name
branch=${{ github.repository }}
echo "branch=$branch" >> "$GITHUB_OUTPUT"
IFS='/' read -ra ba <<< $branch
username=${ba[0]}
prefix=${ba[1]}
@ -186,7 +187,6 @@ jobs:
export viewer_channel="Second Life Test"
fi
echo "viewer_channel=$viewer_channel" >> "$GITHUB_OUTPUT"
exit 1
# On windows we need to point the build to the correct python
# as neither CMake's FindPython nor our custom Python.cmake module
# will resolve the correct interpreter location.