SL-19243: Use consolidated viewer-build-util

instead of distinct viewer-post-bugsplat-{windows,mac} repos.
master
Nat Goodspeed 2023-09-12 12:46:28 -04:00
parent f31326189c
commit 0992a0af3b
1 changed files with 18 additions and 4 deletions

View File

@ -265,10 +265,17 @@ jobs:
post-windows-symbols:
needs: build
runs-on: windows
runs-on: ubuntu-latest
steps:
- name: Checkout viewer-build-util
uses: actions/checkout@v3
with:
repository: secondlife/viewer-build-util
ref: main
path: .util
- name: Post Windows symbols
uses: secondlife/viewer-post-bugsplat-windows@main
uses: .util/post-bugsplat-windows
with:
username: ${{ secrets.BUGSPLAT_USER }}
password: ${{ secrets.BUGSPLAT_PASS }}
@ -278,10 +285,17 @@ jobs:
post-mac-symbols:
needs: build
runs-on: macos-latest
runs-on: ubuntu-latest
steps:
- name: Checkout viewer-build-util
uses: actions/checkout@v3
with:
repository: secondlife/viewer-build-util
ref: main
path: .util
- name: Post Mac symbols
uses: secondlife/viewer-post-bugsplat-mac@main
uses: .util/post-bugsplat-mac
with:
username: ${{ secrets.BUGSPLAT_USER }}
password: ${{ secrets.BUGSPLAT_PASS }}