build: fix mac build? :(

This commit is contained in:
Johannes Millan 2025-10-13 17:01:39 +02:00
parent de742207a7
commit f00f2a18c9
2 changed files with 6 additions and 2 deletions

View file

@ -195,8 +195,8 @@ jobs:
restore-keys: |
${{ runner.os }}-node-
- name: Workaround for nx issue and dmg licence issue
run: npm install @nx/nx-darwin-arm64 @nx/nx-darwin-x64 dmg-license
- name: Workaround for dmg licence issue
run: npm install dmg-license
- name: Install npm Packages
# if: steps.npm-cache.outputs.cache-hit != 'true'

View file

@ -8,6 +8,10 @@ files:
- '!electron/**/*.js.map'
- .tmp/angular-dist/**/*
- 'embedded.provisionprofile'
# Exclude Nx binaries - they're build tools, not runtime dependencies
- '!**/@nx/nx-darwin-*/**'
- '!**/@nx/nx-linux-*/**'
- '!**/@nx/nx-win32-*/**'
#afterSign: ./tools/notarizeMacApp.js
directories: