Skip to content

Commit 8bda38a

Browse files
committed
build 수정
1 parent f5c890e commit 8bda38a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
os: [macOS-latest, windows-latest, ubuntu-latest]
15+
os: [macOS-latest]
1616

1717
steps:
1818
- name: Context
@@ -40,7 +40,7 @@ jobs:
4040
npm run build
4141
- name: electron build
4242
run: |
43-
npm run dist
43+
npm run dist -- -lwm
4444
env:
4545
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4646

0 commit comments

Comments
 (0)