From 5f83b206ca84e61eeda8cf36e9410cac34c10174 Mon Sep 17 00:00:00 2001 From: Marquis Kurt Date: Thu, 26 Sep 2019 10:17:11 -0400 Subject: [PATCH] Switch back to nosign for now --- .github/workflows/ci-mac.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-mac.yml b/.github/workflows/ci-mac.yml index 89a195c..b6a1846 100644 --- a/.github/workflows/ci-mac.yml +++ b/.github/workflows/ci-mac.yml @@ -46,4 +46,4 @@ jobs: run: | npm install npm run build --if-present - npm run build-desktop-darwin \ No newline at end of file + npm run build-desktop-darwin-nosign \ No newline at end of file