From f948cd03cfdc6981aa695ba445adeca626fd18be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=AE=D1=80=D0=B8=D0=B9=20=D0=A5=D0=BE=D1=80=D1=83=D0=B6?= =?UTF-8?q?=D0=B8=D0=B9?= Date: Mon, 9 Jan 2023 16:53:00 +0300 Subject: [PATCH] fix: edit electron-builder config --- electron-builder.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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}" }] }