diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-09-09 18:27:44 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-09 18:27:44 +0300 |
commit | ea8d7cb40501af9b31d784da78aaaf7353af58f3 (patch) | |
tree | 1f5fe60b163952eaea57b81175268135657b87ba /.github/workflows | |
parent | 963993efed2e509357ea0fe17c36ba3e0cbeda0f (diff) |
Fix viewer channel selection based on a branch (#2528)
Diffstat (limited to '.github/workflows')
-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 55bef46ff6..1804da749f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -152,7 +152,7 @@ jobs: id: build shell: bash env: - AUTOBUILD_VCS_BRANCH: ${{ needs.setvar.outputs.branch }} + AUTOBUILD_VCS_BRANCH: ${{ steps.which-branch.outputs.branch }} RUNNER_OS: ${{ runner.os }} run: | # set up things the viewer's build.sh script expects |