Skip to content

Commit

Permalink
ci: adding electron-builder dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Pawel Psztyc <jarrodek@gmail.com>
  • Loading branch information
jarrodek committed Feb 8, 2022
1 parent f37ac8c commit bf416e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit bf416e3

Please sign in to comment.