Skip to content

Commit

Permalink
Merge branch 'develop' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodek committed Feb 8, 2022
2 parents 09e46ec + bf416e3 commit 276fde2
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 276fde2

Please sign in to comment.