From a7ed0bafca50a1a0fff35e518cf8409775e3ac03 Mon Sep 17 00:00:00 2001 From: Urook Date: Tue, 3 Oct 2023 12:47:33 +0300 Subject: [PATCH] Run sign on pr --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 89c2a80..b7fe903 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -52,6 +52,8 @@ jobs: export WINDOWS_EV_CERTIFICATE_PATH=rookout.crt export CSC_LINK=mac_cert.p12 export CSC_KEY_PASSWORD=$NEW_CSC_KEY_PASSWORD + # Remove before merge + export CSC_FOR_PULL_REQUEST=true # package code for every distribution (mac, win, linux) and publish as github release yarn run build-packages-all-distributions # publish in google storage bucket (additionally to electronbuild-publisher)