Skip to content

Commit 276fde2

Browse files
committed
Merge branch 'develop' into beta
2 parents 09e46ec + bf416e3 commit 276fde2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

+4
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)