Skip to content

Commit 0ab99c6

Browse files
committed
build: windows
1 parent 2bbb94c commit 0ab99c6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
build:
13-
runs-on: ubuntu-latest
13+
runs-on: windows-latest # Change to windows-latest
1414

1515
steps:
1616
- name: Checkout code

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"win": {
2525
"target": [
2626
"nsis"
27-
]
27+
],
28+
"sign": false
2829
},
2930
"publish": {
3031
"provider": "github",

0 commit comments

Comments
 (0)