Skip to content

Commit b543e67

Browse files
fix(ci): add DEBUG=electron-builder for NSIS compression diagnosis
1 parent d8e3fcb commit b543e67

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ jobs:
139139
run: cd electron && npx --no-install electron-builder --${{ matrix.platform }} --publish never
140140
env:
141141
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
142+
DEBUG: electron-builder
142143
# Code signing (optional - add when certificates are available)
143144
# CSC_LINK: ${{ secrets.MAC_CERT_P12 }}
144145
# CSC_KEY_PASSWORD: ${{ secrets.MAC_CERT_PASSWORD }}

0 commit comments

Comments
 (0)