Skip to content

Commit

Permalink
Fix: actionを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi committed Jun 18, 2024
1 parent c6b527d commit 250cb49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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 != ''
Expand Down

0 comments on commit 250cb49

Please sign in to comment.