Skip to content

Commit

Permalink
mod build
Browse files Browse the repository at this point in the history
  • Loading branch information
davegarthsimpson committed Oct 31, 2024
1 parent 7713668 commit 1866818
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ jobs:
SIGNTOOL_PATH: "C:/Program Files (x86)/Windows Kits/10/bin/10.0.19041.0/x86/signtool.exe"
WIN_CERT_PASSWORD: ${{ secrets.INSTALLER_CERT_WINDOWS_PASSWORD }}
WIN_CERT_CONTAINER_NAME: ${{ secrets.INSTALLER_CERT_WINDOWS_CONTAINER }}
GH_TEST_SECRET: ${{ secrets.TEST_SECRET }}
strategy:
matrix:
config: ${{ fromJson(needs.select-targets.outputs.build-matrix) }}
Expand Down
4 changes: 4 additions & 0 deletions electron-app/scripts/windowsCustomSign.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ exports.default = async function (configuration) {
const CONTAINER_NAME = process.env.WIN_CERT_CONTAINER_NAME;
const filePath = configuration.path;

const test = process.env.GH_TEST_SECRET;

console.warn('test secret', test);

if (
SIGNTOOL_PATH &&
INSTALLER_CERT_WINDOWS_CER &&
Expand Down

0 comments on commit 1866818

Please sign in to comment.