From bf416e360bd08ff9cf4756c64c46e3bb1e25f666 Mon Sep 17 00:00:00 2001 From: Pawel Psztyc Date: Mon, 7 Feb 2022 17:58:18 -0800 Subject: [PATCH] ci: adding electron-builder dependency Signed-off-by: Pawel Psztyc --- .github/workflows/test-and-publish.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test-and-publish.yml b/.github/workflows/test-and-publish.yml index 3e45cd91..82bc4ba3 100644 --- a/.github/workflows/test-and-publish.yml +++ b/.github/workflows/test-and-publish.yml @@ -41,6 +41,10 @@ jobs: - name: Install dependencies run: npm install + + - name: Installing maxOS related dependencies + if: startsWith(matrix.os, 'macos') + run: npm i dmg-license - name: Prepare for app notarization if: startsWith(matrix.os, 'macos')