From 5f16a92ef0407d8877e9e34388808ca06ab7541b Mon Sep 17 00:00:00 2001 From: Predrag Gruevski <2348618+obi1kenobi@users.noreply.github.com> Date: Tue, 26 Nov 2024 18:46:17 -0500 Subject: [PATCH] Rename the macos artifacts to include the macOS version names. (#1258) --- .github/workflows/build_langsmith_pyo3_wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_langsmith_pyo3_wheels.yml b/.github/workflows/build_langsmith_pyo3_wheels.yml index d73e1d067..40c1d3a1b 100644 --- a/.github/workflows/build_langsmith_pyo3_wheels.yml +++ b/.github/workflows/build_langsmith_pyo3_wheels.yml @@ -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