Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
lijiahao committed Sep 20, 2024
1 parent 8048664 commit 6f1c838
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
arch: ["--x64", "--arm64"]
arch: [x64, arm64]
exclude:
- os: ubuntu-latest
arch: arm64
- os: windows-latest
arch: arm64

steps:
- name: Check out Git repository
Expand All @@ -34,7 +39,7 @@ jobs:

- name: Install yarn dependencies
run: yarn

- name: Build/release Electron app
uses: samuelmeuli/action-electron-builder@v1
with:
Expand Down

0 comments on commit 6f1c838

Please sign in to comment.