diff options
| author | Vir Linden <60274682+vir-linden@users.noreply.github.com> | 2024-04-19 19:51:19 +0100 | 
|---|---|---|
| committer | Vir Linden <60274682+vir-linden@users.noreply.github.com> | 2024-04-19 19:51:19 +0100 | 
| commit | a65de9354196984fc78b82a7505723ab7f916f97 (patch) | |
| tree | 70730b1dfba7c3da17ce0381cf7ba6221c3ef4d5 | |
| parent | f39987f3828fca4520db335582daadd9bc484255 (diff) | |
https://github.com/secondlife/viewer/issues/1286 - branch var from github.repository
| -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 f948669f32..20078f2e00 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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.  | 
