From 67a5205498e122f04d9293745aa96bf60a5fd4de Mon Sep 17 00:00:00 2001 From: Hongcai Deng Date: Mon, 6 Jan 2025 17:03:30 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=8E=A1=20fix=20release=20command?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 f3eba1b..1991343 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,7 +75,7 @@ jobs: env: NODE_PRE_GYP_GITHUB_TOKEN: ${{ secrets.NODE_PRE_GYP_GITHUB_TOKEN }} run: | - if [[ $PUBLISH_BINARY == true ]]; then node-pre-gyp package; node-pre-gyp-github publish --release; fi; + if [[ $PUBLISH_BINARY == true ]]; then ./node_modules/.bin/node-pre-gyp package; node-pre-gyp-github publish --release; fi; ./node_modules/.bin/node-pre-gyp clean node-gyp clean