mirror of
https://github.com/davidkaya/aryx.git
synced 2026-07-24 05:28:46 +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": {
|
||||
"provider": "github",
|
||||
"owner": "davidkaya",
|
||||
"repo": "aryx"
|
||||
"repo": "aryx",
|
||||
"releaseType": "release"
|
||||
},
|
||||
"win": {
|
||||
"target": [
|
||||
|
||||
Reference in New Issue
Block a user