diff options
author | Roxie Linden <roxie@lindenlab.com> | 2024-08-07 14:24:00 -0700 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2024-08-07 14:24:00 -0700 |
commit | f6f3d7e0480c9c695abf6c48f553ad0e01121e78 (patch) | |
tree | 0b647a0a33d326f57ab16c3145a42a7182e3f21b /.github/workflows | |
parent | 63a4ad9b98a21b86986385398f7a93043c4f3650 (diff) |
spacing issue
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 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 |