diff options
| author | Roxie Linden <roxie@lindenlab.com> | 2024-08-06 22:24:38 -0700 | 
|---|---|---|
| committer | Roxie Linden <roxie@lindenlab.com> | 2024-08-06 22:24:38 -0700 | 
| commit | 753cf01ef0165e840d90fe9e9b943eb27c2b6f19 (patch) | |
| tree | 10d2e2105f90c14433d39dc1bbe5200ba018d28c | |
| parent | fc0e70e77b44a510ad1bf2a34fa04236aa4624a2 (diff) | |
don't need to post dylib as we're using xcarchive
| -rw-r--r-- | .github/workflows/build.yaml | 13 | 
1 files changed, 1 insertions, 12 deletions
| diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c88a23b85e..03dcad2158 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -395,7 +395,7 @@ jobs:          uses: actions/download-artifact@v4          with:            name: macOS-symbols -      - name: Post Mac Executable symbols +      - name: Post Mac symbols          if: env.BUGSPLAT_USER && env.BUGSPLAT_PASS          uses: Bugsplat-Git/symbol-upload@v9.1.1          with: @@ -406,17 +406,6 @@ jobs:            version: ${{ needs.build.outputs.viewer_version }}            directory: .            files: "**/*.xcarchive.zip" -      - name: Post Mac Dylib symbols -        if: env.BUGSPLAT_USER && env.BUGSPLAT_PASS -        uses: Bugsplat-Git/symbol-upload@v9.1.1 -        with: -          username: ${{ env.BUGSPLAT_USER }} -          password: ${{ env.BUGSPLAT_PASS }} -          database: "SecondLife_Viewer_2018" -          application: ${{ needs.build.outputs.viewer_channel }} -          version: ${{ needs.build.outputs.viewer_version }} -          directory: _extracted -          files: "**/*.dylib"    release:      needs: [setvar, build, sign-and-package-windows, sign-and-package-mac] | 
