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 41861a3 commit 225053c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/build_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,11 @@ jobs:
export DEBUG=electron-builder
export SM_LOG_LEVEL=TRACE
npx electron-builder -p never --windows nsis:x64
ls ~/.signingmanager/logs
cd ~/.signingmanager/logs
ls
cat smctl.log
cat smksp.log
cat smksp_cert_sync.log
shell: bash
if: github.event_name != 'pull_request'

Expand Down
2 changes: 1 addition & 1 deletion build/winSign.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ exports.default = async configuration => {
stdio: 'inherit',
}
);
console.log(`Signing succeeded`);
console.log(`Signing succeeded???`);
} catch (e) {
console.log(`Signing failed with error: ${e}`);
}
Expand Down

0 comments on commit 225053c

Please sign in to comment.