From b88980ea499466835aa3767a428d50b4e38924d4 Mon Sep 17 00:00:00 2001 From: perf3ct Date: Mon, 24 Feb 2025 00:59:08 +0000 Subject: [PATCH] Clean up some of the verbosity --- .github/actions/build-electron/action.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/actions/build-electron/action.yml b/.github/actions/build-electron/action.yml index 0ae36701d..dca9bc3b8 100644 --- a/.github/actions/build-electron/action.yml +++ b/.github/actions/build-electron/action.yml @@ -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