diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2023-08-31 16:09:12 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2023-08-31 16:09:12 -0400 |
commit | 348d7107070defa996b870691df23570694f1713 (patch) | |
tree | 077526e89a6a4e84b1dcf6110140560dd2f03009 /.github/workflows/build.yaml | |
parent | 58e8c3567f219703623f3a4755d3ba796ba4ef85 (diff) |
SL-19243: Fix 'uses:' reference to viewer-post-bugsplat-windows
Diffstat (limited to '.github/workflows/build.yaml')
-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 e0caee849a..a6a8b49d26 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -257,7 +257,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Post windows symbols - uses: secondlife/viewer-post-bugsplat-windows + uses: secondlife/viewer-post-bugsplat-windows@main with: username: ${{ secrets.BUGSPLAT_USER }} password: ${{ secrets.BUGSPLAT_PASS }} |