diff --git a/electron-builder.json b/electron-builder.json index decdb45..c7258c6 100644 --- a/electron-builder.json +++ b/electron-builder.json @@ -32,9 +32,5 @@ "runAfterFinish": true }, "files": ["main", "out"], - "publish": "github", - "provider": "github", - "repo": "super-resolution", - "owner": "UrijHoruzij", - "token": "${GH_TOKEN}" + "publish": [{ "provider": "github", "repo": "super-resolution", "owner": "UrijHoruzij", "token": "${GH_TOKEN}" }] }