From 9018ec0f701eb55d4bda4ce91a0555a5c2d74ef5 Mon Sep 17 00:00:00 2001 From: Zuzu-Typ Date: Wed, 9 Oct 2024 09:54:11 +0200 Subject: [PATCH] Fix artifact actions for linux --- .github/workflows/deploy-test-pypi.yml | 2 +- .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-test-pypi.yml b/.github/workflows/deploy-test-pypi.yml index 19743fe..0114995 100644 --- a/.github/workflows/deploy-test-pypi.yml +++ b/.github/workflows/deploy-test-pypi.yml @@ -112,7 +112,7 @@ jobs: - uses: actions/upload-artifact@v4 with: - name: artifact-manylinux-${{matrix.arch}} + name: artifact-${{ matrix.distro }}-${{matrix.arch}} path: ./wheelhouse/*.whl build_wheels_musllinux: diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index eb0e2c3..0c1ab58 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -115,7 +115,7 @@ jobs: - uses: actions/upload-artifact@v4 with: - name: artifact-manylinux-${{matrix.arch}} + name: artifact-${{ matrix.distro }}-${{matrix.arch}} path: ./wheelhouse/*.whl build_wheels_musllinux: