From 6332527a698f5aa2f524773f42a0510ba5f650a0 Mon Sep 17 00:00:00 2001 From: Olivier DEBAUCHE Date: Tue, 30 Apr 2024 15:16:14 +0200 Subject: [PATCH] fix(ci): Fix build-and-release.yaml (#1413) * Update build-and-release.yaml * Update build-and-release.yaml --- .github/workflows/build-and-release.yaml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build-and-release.yaml b/.github/workflows/build-and-release.yaml index bb3c9f8..8fbd68f 100644 --- a/.github/workflows/build-and-release.yaml +++ b/.github/workflows/build-and-release.yaml @@ -39,7 +39,7 @@ jobs: - uses: actions/upload-artifact@v4 with: - name: wheels + name: wheels-${{ matrix.os }} path: ./wheelhouse/*.whl build_wheels_arm64: @@ -100,14 +100,9 @@ jobs: runs-on: ubuntu-latest steps: - - name: Merge Artifacts - uses: actions/upload-artifact/merge@v4 + - uses: actions/download-artifact@v4 with: - name: release - - - uses: actions/download-artifact@v3 - with: - name: release + merge-multiple: true path: dist - uses: softprops/action-gh-release@v2