mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
Clean up some of the verbosity
This commit is contained in:
parent
fe93ee90c7
commit
b88980ea49
7
.github/actions/build-electron/action.yml
vendored
7
.github/actions/build-electron/action.yml
vendored
@ -73,10 +73,6 @@ runs:
|
||||
- name: Run electron-forge build with enhanced logging
|
||||
shell: bash
|
||||
env:
|
||||
DEBUG: "electron-osx-sign*,@electron/notarize*,electron-forge:*"
|
||||
ELECTRON_NOTARIZE_DEBUG: 1
|
||||
ELECTRON_ENABLE_LOGGING: 1
|
||||
ELECTRON_DEBUG_NOTARIZATION: 1
|
||||
# Pass through required environment variables for signing and notarization
|
||||
APPLE_TEAM_ID: ${{ env.APPLE_TEAM_ID }}
|
||||
APPLE_ID: ${{ env.APPLE_ID }}
|
||||
@ -93,8 +89,7 @@ runs:
|
||||
|
||||
npm run electron-forge:make -- \
|
||||
--arch=${{ inputs.arch }} \
|
||||
--platform=$PLATFORM \
|
||||
--verbose
|
||||
--platform=$PLATFORM
|
||||
|
||||
# Add DMG signing step
|
||||
- name: Sign DMG
|
||||
|
Loading…
x
Reference in New Issue
Block a user