From 2793834d1e790be805e325cb156ba3f247b09021 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Maillet?= Date: Fri, 2 Aug 2024 12:02:44 -0400 Subject: [PATCH] Fixed typo --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 8933cbd..8d3ceb5 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -230,11 +230,11 @@ jobs: path: dist - uses: actions/download-artifact@v4 with: - name: wheels-windws-x86 + name: wheels-windows-x86 path: dist - uses: actions/download-artifact@v4 with: - name: wheels-windws-x64 + name: wheels-windows-x64 path: dist - uses: actions/download-artifact@v4 with: