Skip to content

Commit 097736e

Browse files
author
LittleSource
committed
fix
1 parent 8776fa5 commit 097736e

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/release.yml

+2-10
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,9 @@ jobs:
3434
npm install
3535
3636
# step4: build app for mac/win
37-
- name: build windows app
38-
if: matrix.os == 'windows-2019'
39-
run: |
40-
npm run build-win
41-
env:
42-
GH_TOKEN: ${{ secrets.ACCESS_TOKEN }}
43-
44-
- name: build mac app
45-
if: matrix.os == 'macos-10.15'
37+
- name: build app
4638
run: |
47-
npm run build-mac
39+
npm run build
4840
env:
4941
GH_TOKEN: ${{ secrets.ACCESS_TOKEN }}
5042

0 commit comments

Comments
 (0)