Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit b88980e

Browse files
committed
Clean up some of the verbosity
1 parent fe93ee9 commit b88980e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/actions/build-electron/action.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,6 @@ runs:
7373
- name: Run electron-forge build with enhanced logging
7474
shell: bash
7575
env:
76-
DEBUG: "electron-osx-sign*,@electron/notarize*,electron-forge:*"
77-
ELECTRON_NOTARIZE_DEBUG: 1
78-
ELECTRON_ENABLE_LOGGING: 1
79-
ELECTRON_DEBUG_NOTARIZATION: 1
8076
# Pass through required environment variables for signing and notarization
8177
APPLE_TEAM_ID: ${{ env.APPLE_TEAM_ID }}
8278
APPLE_ID: ${{ env.APPLE_ID }}
@@ -93,8 +89,7 @@ runs:
9389
9490
npm run electron-forge:make -- \
9591
--arch=${{ inputs.arch }} \
96-
--platform=$PLATFORM \
97-
--verbose
92+
--platform=$PLATFORM
9893
9994
# Add DMG signing step
10095
- name: Sign DMG

0 commit comments

Comments
 (0)