diff options
author | Brad Linden <brad@lindenlab.com> | 2023-06-09 17:58:00 -0700 |
---|---|---|
committer | Brad Linden <brad@lindenlab.com> | 2023-06-09 17:58:00 -0700 |
commit | bbd077bda8118c534d58cbcdc697875147cf09b7 (patch) | |
tree | 122080cb502a92c9a6799b609dd7c5bcb9858704 /.github/workflows | |
parent | 68a57566b7520608ae242032788c3f472b54ad10 (diff) |
SL-18837 set build id based on github workflow run id
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 d0f1b59ae6..71b2a62618 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -92,7 +92,7 @@ jobs: echo "Python location: $PYTHON" fi - autobuild configure -- -DVIEWER_CHANNEL="Second Life Test ${GIT_REF##*/}" + autobuild configure --id "${{ github.run_id }}" -- -DVIEWER_CHANNEL="Second Life Test ${GIT_REF##*/}" autobuild build --no-configure # Find artifacts |