Skip to content

Commit 5ebf9d6

Browse files
committed
Testing workflow build artifacts.
Signed-off-by: ubi de feo <me@ubidefeo.com>
1 parent ea82847 commit 5ebf9d6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818

1919
jobs:
2020
build:
21-
if: github.repository == 'arduino/lab-micropython-editor'
21+
if: github.repository == 'arduino/lab-micropython-editor' || github.event_name == 'workflow_dispatch'
2222
strategy:
2323
fail-fast: false
2424
matrix:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@
3131
"electronUpdaterCompatibility": false
3232
},
3333
"win": {
34-
"target": "dir",
34+
"target": "zip",
3535
"sign": "./build_resources/windowsCustomSign.js",
3636
"icon": "build_resources/icon.png",
3737
"electronUpdaterCompatibility": false
3838
},
3939
"linux": {
4040
"target": "zip",
41-
"icon": "build_resources/icon.icns",
41+
"icon": "build_resources/icon.png",
4242
"electronUpdaterCompatibility": false
4343
},
4444
"afterSign": "build_resources/notarize.js"

0 commit comments

Comments
 (0)