From 0af7e4f13745c503432f86e98bd021ad8b952c17 Mon Sep 17 00:00:00 2001 From: Sachin Pisal Date: Fri, 20 Dec 2024 11:37:08 -0800 Subject: [PATCH] correcting platform name Signed-off-by: Sachin Pisal --- .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 4af65665c0..1d61ff9896 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -236,7 +236,7 @@ jobs: - name: Upload Wheel Artifact uses: actions/upload-artifact@v4 with: - name: qutip-wheel-${{ matrix.platform }} + name: qutip-wheel-linux/${{ matrix.platform }} path: ./wheelhouse retention-days: 7