diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-07-23 11:22:09 +0300 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2024-08-07 20:12:59 +0300 |
commit | 399eb2104ec84272fb253c6029517f9f4935e17e (patch) | |
tree | 75f60b71cff7ef89c8843107efddf6d3f2514d34 /.github/workflows | |
parent | fcaf6ff829081a33630410f914706f30e04f207c (diff) |
viewer#2043 bugsplat symbol upload update
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 aa504f51d8..68fdc3c2bf 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -395,7 +395,7 @@ jobs: password: ${{ env.BUGSPLAT_PASS }} database: "SecondLife_Viewer_2018" channel: ${{ needs.build.outputs.viewer_channel }} - version: ${{ needs.build.outputs.viewer_version }} + version: ${{ needs.build.outputs.viewer_version }} (${{ needs.build.outputs.viewer_version }}) release: needs: [setvar, build, sign-and-package-windows, sign-and-package-mac] |