summaryrefslogtreecommitdiff
path: root/.github
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-07-23 22:51:31 +0300
commit57e78ed43b61864a6b8a54df95d8823daaeb5fe8 (patch)
treecf7fdb9171bfc6bb4948dc707f837d27dd272c58 /.github
parent06c90a6fecb88f7062e366ce7aa400dd6a2d937a (diff)
viewer#2043 bugsplat symbol upload update
Diffstat (limited to '.github')
-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]