Skip to content

Commit

Permalink
Update the actions
Browse files Browse the repository at this point in the history
  • Loading branch information
chunfantasy committed Jun 6, 2024
1 parent 8031b21 commit eee9c15
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ jobs:

- name: Run Electron Builder
run: |
SM_LOG_LEVEL=TRACE npx electron-builder -p never --windows nsis:x64
export DEBUG=electron-builder
export SM_LOG_LEVEL=TRACE
npx electron-builder -p never --windows nsis:x64
echo ~/.signingmanager/logs
shell: bash
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit eee9c15

Please sign in to comment.