mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
build: fix mac build? :(
This commit is contained in:
parent
de742207a7
commit
f00f2a18c9
2 changed files with 6 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue