mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-17 16:37:43 +00:00
parent
4857961438
commit
a8f9c9089d
1 changed files with 0 additions and 8 deletions
|
|
@ -74,18 +74,10 @@ jobs:
|
|||
- name: List available signing identities
|
||||
run: security find-identity -v -p codesigning
|
||||
|
||||
- name: Set keychain as default and unlock
|
||||
run: |
|
||||
security list-keychains -d user
|
||||
security default-keychain -s ~/Library/Keychains/signing_temp.keychain-db
|
||||
security unlock-keychain -p "" ~/Library/Keychains/signing_temp.keychain-db
|
||||
security set-keychain-settings ~/Library/Keychains/signing_temp.keychain-db
|
||||
|
||||
- name: Build Electron app
|
||||
run: npm run dist:mac:mas:buildOnly
|
||||
env:
|
||||
CSC_IDENTITY_AUTO_DISCOVERY: 'true'
|
||||
DEBUG: electron-builder
|
||||
|
||||
- run: ls .tmp/app-builds
|
||||
shell: bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue