Skip to content

Commit

Permalink
#1286 - branch var from github.repository
Browse files Browse the repository at this point in the history
  • Loading branch information
vir-linden committed Apr 19, 2024
1 parent f39987f commit a65de93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]}
Expand All @@ -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.
Expand Down

0 comments on commit a65de93

Please sign in to comment.