From f31248e8ff4725d53ac4bbc5d85794f23a58f2fb Mon Sep 17 00:00:00 2001 From: GeekCornerGH <45696571+GeekCornerGH@users.noreply.github.com> Date: Thu, 19 Aug 2021 14:15:08 +0200 Subject: [PATCH] fix: CD Workflow not working --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e7d5df1..29eb232 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "tsc": "tsc && copyfiles -u 1 src/assets/*.* src/loader/*.* build-js/", "start": "electron .", - "ciBuild": "yarn dist --publish=always", + "ciBuild": "yarn build --publish=always", "build": "electron-builder --config=build.js", "lint": "eslint .", "lint:fix": "eslint . --fix"