summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2024-07-23 11:22:09 +0300
committerAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2024-08-07 20:12:59 +0300
commit399eb2104ec84272fb253c6029517f9f4935e17e (patch)
tree75f60b71cff7ef89c8843107efddf6d3f2514d34
parentfcaf6ff829081a33630410f914706f30e04f207c (diff)
viewer#2043 bugsplat symbol upload update
-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 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]