From d63380d87c8f123a1ecc3c1a8e7a97e99b7ebf11 Mon Sep 17 00:00:00 2001 From: messense Date: Tue, 27 Feb 2024 21:06:44 +0800 Subject: [PATCH] Fix release pipeline --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6e0fe58f..047e53b7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -200,12 +200,12 @@ jobs: - name: Upload wheel artifacts uses: actions/upload-artifact@v4 with: - name: wheels-${{ matrix.target }} + name: wheels-${{ matrix.platform.target }} path: dist - name: Upload binary artifacts uses: actions/upload-artifact@v4 with: - name: binaries-${{ matrix.target }} + name: binaries-${{ matrix.platform.target }} path: target/release/maturin-${{ matrix.platform.target }}.tar.gz release-pypi: