Skip to content

Commit

Permalink
chore: update beta.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chenfan0 committed Oct 30, 2024
1 parent 0bc6077 commit edff5e7
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,8 @@ jobs:
with:
node-version: '20'

- name: Install PNPM
run: npm install -g pnpm

- name: Install dependencies
run: pnpm install
run: npm install

- name: Get version from package.json
id: get_version
Expand All @@ -32,9 +29,9 @@ jobs:
- name: Build Electron App
run: |
if [ "${{ runner.os }}" == "Windows" ]; then
pnpm build:win
npm run build:win
elif [ "${{ runner.os }}" == "macOS" ]; then
pnpm build:mac
npm run build:mac
fi
shell: bash

Expand Down

0 comments on commit edff5e7

Please sign in to comment.