Skip to content

Commit bf416e3

Browse files
committed
ci: adding electron-builder dependency
Signed-off-by: Pawel Psztyc <[email protected]>
1 parent f37ac8c commit bf416e3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test-and-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ jobs:
4141

4242
- name: Install dependencies
4343
run: npm install
44+
45+
- name: Installing maxOS related dependencies
46+
if: startsWith(matrix.os, 'macos')
47+
run: npm i dmg-license
4448

4549
- name: Prepare for app notarization
4650
if: startsWith(matrix.os, 'macos')

0 commit comments

Comments
 (0)