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')