From 81d9ce4c4a5edb5ef1994273da0b2b4a0a2fb8f0 Mon Sep 17 00:00:00 2001 From: universalmind303 Date: Thu, 6 Jun 2024 11:28:39 -0500 Subject: [PATCH] fix test stage --- .github/workflows/create-js-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-js-release.yaml b/.github/workflows/create-js-release.yaml index 9145233fa..29c93aedc 100644 --- a/.github/workflows/create-js-release.yaml +++ b/.github/workflows/create-js-release.yaml @@ -164,7 +164,7 @@ jobs: - name: Download all artifacts uses: actions/download-artifact@v4 with: - name: bindings-x86_64-apple-darwin + name: bindings-aarch64-apple-darwin path: polars - name: Run test run: yarn test