From 08cdd6504ac2df5dbae62586ea3c81549b648daa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EB=8F=99=EC=9C=A4=20=28Donny=29?= Date: Thu, 28 Sep 2023 20:49:28 +0900 Subject: [PATCH] Upload artifacts in a separate step --- .github/workflows/publish-node.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/publish-node.yml b/.github/workflows/publish-node.yml index 9bcda718ade31..8ad0fc48f21fb 100644 --- a/.github/workflows/publish-node.yml +++ b/.github/workflows/publish-node.yml @@ -207,6 +207,14 @@ jobs: with: name: | bindings-${{ matrix.settings.target }} + path: | + swc* + if-no-files-found: error + # Separate step for fail-fast + - name: Upload minifier artifacts + uses: actions/upload-artifact@v3 + with: + name: | minifier-${{ matrix.settings.target }} path: | swc*