summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2024-09-09 18:27:44 +0300
committerGitHub <noreply@github.com>2024-09-09 18:27:44 +0300
commitea8d7cb40501af9b31d784da78aaaf7353af58f3 (patch)
tree1f5fe60b163952eaea57b81175268135657b87ba /.github/workflows
parent963993efed2e509357ea0fe17c36ba3e0cbeda0f (diff)
Fix viewer channel selection based on a branch (#2528)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yaml2
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