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