File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 16
16
17
17
strategy :
18
18
matrix :
19
- os : [macos-latest]
19
+ os : [macos-latest, windows-latest, ubuntu-latest ]
20
20
21
21
steps :
22
22
- name : Checkout git repo
44
44
# This is used for uploading release assets to github
45
45
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
46
46
run : |
47
- npm exec electron-builder -- --publish always --win --mac --linux
47
+ npm exec electron-builder -- --publish always
Original file line number Diff line number Diff line change 1
1
name : Test
2
2
3
- on : [push, pull_request]
3
+ on : [push, pull_request, workflow_dispatch ]
4
4
5
5
jobs :
6
6
test :
19
19
with :
20
20
node-version : 18
21
21
cache : npm
22
+
23
+ - name : Setup Python
24
+ uses : actions/setup-python@v2
25
+ with :
26
+ python-version : ' 3.10'
22
27
23
28
- name : npm install
24
29
run : |
You can’t perform that action at this time.
0 commit comments