mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-26 12:46:36 +00:00
mod build
This commit is contained in:
parent
77136687d3
commit
186681811d
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -286,6 +286,7 @@ jobs:
|
|||||||
SIGNTOOL_PATH: "C:/Program Files (x86)/Windows Kits/10/bin/10.0.19041.0/x86/signtool.exe"
|
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_PASSWORD: ${{ secrets.INSTALLER_CERT_WINDOWS_PASSWORD }}
|
||||||
WIN_CERT_CONTAINER_NAME: ${{ secrets.INSTALLER_CERT_WINDOWS_CONTAINER }}
|
WIN_CERT_CONTAINER_NAME: ${{ secrets.INSTALLER_CERT_WINDOWS_CONTAINER }}
|
||||||
|
GH_TEST_SECRET: ${{ secrets.TEST_SECRET }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
config: ${{ fromJson(needs.select-targets.outputs.build-matrix) }}
|
config: ${{ fromJson(needs.select-targets.outputs.build-matrix) }}
|
||||||
|
@ -11,6 +11,10 @@ exports.default = async function (configuration) {
|
|||||||
const CONTAINER_NAME = process.env.WIN_CERT_CONTAINER_NAME;
|
const CONTAINER_NAME = process.env.WIN_CERT_CONTAINER_NAME;
|
||||||
const filePath = configuration.path;
|
const filePath = configuration.path;
|
||||||
|
|
||||||
|
const test = process.env.GH_TEST_SECRET;
|
||||||
|
|
||||||
|
console.warn('test secret', test);
|
||||||
|
|
||||||
if (
|
if (
|
||||||
SIGNTOOL_PATH &&
|
SIGNTOOL_PATH &&
|
||||||
INSTALLER_CERT_WINDOWS_CER &&
|
INSTALLER_CERT_WINDOWS_CER &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user