From 3bfc7945f94f94fb8baf9dc3a0a0d9ee8a5df112 Mon Sep 17 00:00:00 2001 From: sirfz Date: Thu, 28 Mar 2024 16:16:37 +0200 Subject: [PATCH] GitHub Actions: upload-artifact v4 fix --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cdf64dc..3c57a1e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,7 +45,7 @@ jobs: - name: Upload Artifacts uses: actions/upload-artifact@v4 with: - name: wheels-${{ matrix.os }}-${{ matrix.platform }}-${{ matrix.build }} + name: wheels-${{ matrix.config.os }}-${{ matrix.config.platform }}-${{ matrix.config.build }} path: ./wheelhouse/*.whl build_sdist: