diff --git a/.github/actions/publish/action.yml b/.github/actions/publish/action.yml index 12b4ab75..be10916c 100644 --- a/.github/actions/publish/action.yml +++ b/.github/actions/publish/action.yml @@ -3,10 +3,10 @@ name: package and publish GitHub (draft) release # https://github.com/product-os/flowzone/tree/master/.github/actions inputs: json: - description: "JSON stringified object containing all the inputs from the calling workflow" + description: 'JSON stringified object containing all the inputs from the calling workflow' required: true secrets: - description: "JSON stringified object containing all the secrets from the calling workflow" + description: 'JSON stringified object containing all the secrets from the calling workflow' required: true # --- custom environment @@ -15,14 +15,14 @@ inputs: # Beware that native modules will be built for this version, # which might not be compatible with the one used by pkg (see forge.sidecar.ts) # https://github.com/vercel/pkg-fetch/releases - default: "20.x" + default: '20.x' VERBOSE: type: string - default: "true" + default: 'true' runs: # https://docs.github.com/en/actions/creating-actions/creating-a-composite-action - using: "composite" + using: 'composite' steps: - name: Download custom source artifact uses: actions/download-artifact@v4 @@ -144,6 +144,7 @@ runs: -o smtools-windows-x64.msi msiexec -i smtools-windows-x64.msi -qn PATH="/c/Program Files/DigiCert/DigiCert One Signing Manager Tools:${PATH}" + smksp_registrar.exe register smksp_registrar.exe list smctl.exe keypair ls /c/Windows/System32/certutil.exe -csp "DigiCert Signing Manager KSP" -key -user