From d1d7c1dc5313a636d7e5bbb9dc871e8441096085 Mon Sep 17 00:00:00 2001 From: Alex Yang Date: Mon, 8 Jul 2024 23:19:57 -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 0859e69..4b65872 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -161,7 +161,7 @@ jobs: uses: actions/download-artifact@v4 with: name: bindings-${{ matrix.settings.target }} - path: ./packages/core + path: . - name: List packages run: ls -R . shell: bash