Skip to content

Commit

Permalink
Rename the macos artifacts to include the macOS version names. (#1258)
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi authored Nov 26, 2024
1 parent 9dc415a commit 5f16a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_langsmith_pyo3_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels-macos-${{ matrix.platform.target }}
name: wheels-${{ matrix.platform.runner }}-${{ matrix.platform.target }}
path: ${{ env.WORKING_DIRECTORY }}/dist
if-no-files-found: error

Expand Down

0 comments on commit 5f16a92

Please sign in to comment.