Skip to content

Commit 519cda3

Browse files
committed
ci: Add GitHub Actions workflow for build and release
1 parent a954846 commit 519cda3

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

builder-intellect.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
"directories": {
55
"output": "dist"
66
},
7+
"publish": [
8+
{
9+
"provider": "github",
10+
"owner": "OpenIPC",
11+
"repo": "dashboard"
12+
}
13+
],
714
"win": {
815
"target": [
916
"nsis",

builder-lite.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
"directories": {
55
"output": "dist"
66
},
7+
"publish": [
8+
{
9+
"provider": "github",
10+
"owner": "OpenIPC",
11+
"repo": "dashboard"
12+
}
13+
],
714
"win": {
815
"target": [
916
"nsis",

package.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,19 @@
1515
"name": "Rinibr"
1616
},
1717
"license": "ISC",
18+
"repository": {
19+
"type": "git",
20+
"url": "https://github.com/OpenIPC/dashboard.git"
21+
},
22+
"build": {
23+
"publish": [
24+
{
25+
"provider": "github",
26+
"owner": "OpenIPC",
27+
"repo": "dashboard"
28+
}
29+
]
30+
},
1831
"devDependencies": {
1932
"electron": "^29.1.1",
2033
"electron-builder": "^24.13.3",

0 commit comments

Comments
 (0)