diff options
author | Roxie Linden <roxie@lindenlab.com> | 2024-08-06 21:00:48 -0700 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2024-08-06 21:00:48 -0700 |
commit | fc0e70e77b44a510ad1bf2a34fa04236aa4624a2 (patch) | |
tree | 30bd97d5196bb9aa2f952e6f8cc24fd31d084222 /.github/workflows | |
parent | b6cd0cd7d0e3086c10c8d98deaeda65b7d95bcb4 (diff) |
upload xcarchive to bugsplat
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yaml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 21016c1015..c88a23b85e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -395,10 +395,6 @@ jobs: uses: actions/download-artifact@v4 with: name: macOS-symbols - - name: Unpack Mac Symbols - run: | - mkdir _extracted - tar -xJf "${{ needs.build.outputs.viewer_channel }}.sym.tar.gz" -C _extracted - name: Post Mac Executable symbols if: env.BUGSPLAT_USER && env.BUGSPLAT_PASS uses: Bugsplat-Git/symbol-upload@v9.1.1 @@ -408,8 +404,8 @@ jobs: database: "SecondLife_Viewer_2018" application: ${{ needs.build.outputs.viewer_channel }} version: ${{ needs.build.outputs.viewer_version }} - directory: _extracted - files: "**/*.app.dSYM" + directory: . + files: "**/*.xcarchive.zip" - name: Post Mac Dylib symbols if: env.BUGSPLAT_USER && env.BUGSPLAT_PASS uses: Bugsplat-Git/symbol-upload@v9.1.1 |