From 250cb496b0da34e37dab183b2bebe597f220b0cb Mon Sep 17 00:00:00 2001 From: sevenc-nanashi Date: Tue, 18 Jun 2024 19:54:39 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20action=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-production.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-production.yml b/.github/workflows/build-production.yml index 37e497d..7df66b2 100644 --- a/.github/workflows/build-production.yml +++ b/.github/workflows/build-production.yml @@ -27,7 +27,7 @@ jobs: - name: Install dependencies if: steps.cache.outputs.cache-hit != 'true' run: | - pnpm i + bun i - name: Change version in package.json run: | @@ -114,7 +114,7 @@ jobs: - name: Build electron run: | - pnpm build:electron ${{ matrix.build-args }} + bun build:electron ${{ matrix.build-args }} - name: Change extension if: matrix.ext != ''