diff options
author | Roxie Linden <roxie@lindenlab.com> | 2024-08-06 00:26:43 -0700 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2024-08-06 00:26:43 -0700 |
commit | 83c1f45dbacecd9a9fe2a99c8dcd307b143f2b35 (patch) | |
tree | 8e37285ac837769ef5e9933d971d3602bd7accac /.github/workflows/build.yaml | |
parent | 07573f7e10a9ce4df2c2a0f6c6eb5f0935da57a6 (diff) |
Download osx artifacts to working directory
Diffstat (limited to '.github/workflows/build.yaml')
-rw-r--r-- | .github/workflows/build.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index cf14bac0a2..506dbff664 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -395,7 +395,6 @@ jobs: uses: actions/download-artifact@v4 with: name: macOS-symbols - path: _artifacts - name: Unpack Mac Symbols run: | mkdir _extracted |