Skip to content

Commit 7a0dab5

Browse files
committed
add macos build
1 parent 1ada170 commit 7a0dab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: npm install
2222

2323
- name: Build for all platforms
24-
run: npm run build
24+
run: npm run build && npm run mac
2525

2626
- name: Upload dmg
2727
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)