Skip to content

Commit

Permalink
chore: 🤖 test macos
Browse files Browse the repository at this point in the history
  • Loading branch information
meetqy committed Aug 2, 2023
1 parent b058923 commit f93bdc3
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,14 @@ jobs:
restore-keys: |
${{ runner.os }}-pnpm-store-
- run: |
pnpm install --no-frozen-lockfile
pnpm build
- name: Install dependencies
run: pnpm install --no-frozen-lockfile

- name: Build
run: pnpm build

- name: Release
run: |
cd apps/electron
pnpm release:mac
ls ./dist

0 comments on commit f93bdc3

Please sign in to comment.