From 47b2751b647cb1c60e8973645e4d4344fbdf0f5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=88=B4=E9=99=88=E5=A8=81?= Date: Sun, 28 Apr 2024 12:06:18 +0800 Subject: [PATCH] fix: publish darwin-x86 ci --- .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 ca99728..259780d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -34,7 +34,7 @@ jobs: - host: macos-latest target: x86_64-apple-darwin build: | - pnpm run build + pnpm run build --target x86_64-apple-darwin strip -x *.node - host: windows-latest build: pnpm run build