From 3e605f7d96e7a83e72f0e29f73384cb33b2e930d Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Fri, 7 Jan 2022 21:08:55 +0100 Subject: [PATCH] Fix wheel upload from CI. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b59e9ef..dfe586e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,7 @@ jobs: - name: Archive Wheels uses: actions/upload-artifact@v2 with: - name: ${{ matrix.env.TARGET }} + name: ${{ matrix.image }} path: dist/*.whl if-no-files-found: ignore