From 44faedd6c0ef4544e436b573af4eb90d1a173226 Mon Sep 17 00:00:00 2001 From: idranme Date: Fri, 9 Aug 2024 16:05:51 +0800 Subject: [PATCH] fix ci --- .github/workflows/publish.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d6ac976..f356bf8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,11 +19,10 @@ jobs: - name: install dependenies run: | export ELECTRON_SKIP_BINARY_DOWNLOAD=1 - corepack enable - yarn install + npm install - name: build - run: yarn build + run: npm run build - name: zip run: |