From a9a3b399b25a1721d450a00580ea2927270fe2a2 Mon Sep 17 00:00:00 2001 From: Qingping Hou Date: Sat, 4 Jan 2025 23:24:52 -0800 Subject: [PATCH] ci: fix artifact name typo --- .github/workflows/roapi_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/roapi_release.yml b/.github/workflows/roapi_release.yml index 18b4a55..7e7e7dd 100644 --- a/.github/workflows/roapi_release.yml +++ b/.github/workflows/roapi_release.yml @@ -108,7 +108,7 @@ jobs: - name: Upload wheels uses: actions/upload-artifact@v4 with: - name: wheels-widnows + name: wheels-windows path: dist - name: Archive binary if: "startsWith(github.ref, 'refs/tags/')"