mirror of
https://github.com/davidkaya/aryx.git
synced 2026-08-09 05:08:44 +02:00
fix: set releaseType to release in electron-builder publish config
The release workflow creates a published GitHub release before electron-builder runs. electron-builder defaults to releaseType=draft, causing a type mismatch that prevents all asset uploads. Setting releaseType to release tells electron-builder to upload assets to the existing published release. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
+2
-1
@@ -110,7 +110,8 @@
|
|||||||
"publish": {
|
"publish": {
|
||||||
"provider": "github",
|
"provider": "github",
|
||||||
"owner": "davidkaya",
|
"owner": "davidkaya",
|
||||||
"repo": "aryx"
|
"repo": "aryx",
|
||||||
|
"releaseType": "release"
|
||||||
},
|
},
|
||||||
"win": {
|
"win": {
|
||||||
"target": [
|
"target": [
|
||||||
|
|||||||
Reference in New Issue
Block a user