summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorRoxie Linden <roxie@lindenlab.com>2024-08-07 14:24:00 -0700
committerRoxie Linden <roxie@lindenlab.com>2024-08-07 14:24:00 -0700
commitf6f3d7e0480c9c695abf6c48f553ad0e01121e78 (patch)
tree0b647a0a33d326f57ab16c3145a42a7182e3f21b /.github
parent63a4ad9b98a21b86986385398f7a93043c4f3650 (diff)
spacing issue
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 6e5d166847..2a174e5d2c 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -382,7 +382,7 @@ jobs:
if: env.BUGSPLAT_USER && env.BUGSPLAT_PASS
shell: bash
run: |
- mkdir _artifacts
+ mkdir _artifacts
tar -xJf ${{ needs.build.outputs.viewer_channel }}.sym.tar.xz -C _artifacts
- name: Post Windows symbols
if: env.BUGSPLAT_USER && env.BUGSPLAT_PASS