summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorRoxie Linden <roxie@lindenlab.com>2024-08-07 16:33:00 -0700
committerRoxie Linden <roxie@lindenlab.com>2024-08-07 16:33:00 -0700
commit530bc2975315240f6f5dda753b48790364a6312b (patch)
tree8e0f5ccef0bf306e5add10d95df25afc00cdcb33 /.github/workflows
parente0737b142362e16c78deac38c11bb24ddbe695bc (diff)
build debug symbols for llwebrtc even for release
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 2a174e5d2c..ecd3f22a35 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -383,7 +383,7 @@ jobs:
shell: bash
run: |
mkdir _artifacts
- tar -xJf ${{ needs.build.outputs.viewer_channel }}.sym.tar.xz -C _artifacts
+ tar -xJf "${{ needs.build.outputs.viewer_channel }}.sym.tar.xz" -C _artifacts
- name: Post Windows symbols
if: env.BUGSPLAT_USER && env.BUGSPLAT_PASS
uses: Bugsplat-Git/symbol-upload@v9.1.1