From 979af5496bed50b276b336f734b49e706ba05555 Mon Sep 17 00:00:00 2001 From: Alex Yang Date: Mon, 8 Jul 2024 23:38:59 -0700 Subject: [PATCH] ci: fix path --- .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 4b65872..d6d21a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -220,7 +220,7 @@ jobs: uses: actions/download-artifact@v4 with: name: bindings-${{ matrix.target }} - path: ./packages/core + path: . - name: List packages run: ls -R . shell: bash