Skip to content

Commit 8586ef9

Browse files
authored
Fix typo in arm64 build
1 parent de11b9e commit 8586ef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/electron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: build and publish arm64
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26-
run: npx electron-forge publish --platform linux --arch=armv64
26+
run: npx electron-forge publish --platform linux --arch=arm64
2727

2828
build_on_mac:
2929
runs-on: macos-14

0 commit comments

Comments
 (0)