Skip to content

Commit fcc0a9a

Browse files
committed
release 수정
1 parent 415184b commit fcc0a9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.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
@@ -36,7 +36,7 @@ jobs:
3636
run: |
3737
npm install
3838
npm run build
39-
npm run dist
39+
npm run dist -- -lwm
4040
env:
4141
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4242
- name: Release

0 commit comments

Comments
 (0)