From 195403ef4ff01075d2f9b015fdf04d1c025e8deb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EB=8F=99=EC=9C=A4=20=28Donny=29?= Date: Fri, 17 May 2024 11:56:48 +0900 Subject: [PATCH] upload path --- .github/workflows/publish-core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-core.yml b/.github/workflows/publish-core.yml index 923b59758ffa..dc8b357c0ed8 100644 --- a/.github/workflows/publish-core.yml +++ b/.github/workflows/publish-core.yml @@ -214,7 +214,7 @@ jobs: with: name: bindings-${{ matrix.settings.target }} path: | - swc* + packages/core/swc* if-no-files-found: error test-macOS-windows-binding: if: ${{ startsWith(github.ref, 'refs/tags/v') || startsWith(github.ref, 'refs/heads/ci') }}