mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
build: attempt to fix mas 15
This commit is contained in:
parent
4f2b02e0e5
commit
ce19d6b2d5
1 changed files with 4 additions and 1 deletions
|
|
@ -65,9 +65,12 @@ jobs:
|
|||
security set-key-partition-list -S apple-tool:,apple: -k "" build.keychain
|
||||
security find-identity -v -p codesigning build.keychain
|
||||
|
||||
- name: List available signing identities
|
||||
- name: List available signing identities codesigning
|
||||
run: security find-identity -v -p codesigning
|
||||
|
||||
- name: List available signing identities productsign
|
||||
run: security find-identity -v -p productsign
|
||||
|
||||
- name: Workaround for nx issue and dmg licence issue
|
||||
run: npm install @nx/nx-darwin-arm64 dmg-license
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue