We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f31bd6c commit 238b0d9Copy full SHA for 238b0d9
.github/workflows/build.yml
@@ -439,6 +439,10 @@ jobs:
439
440
- name: Find and process artifacts
441
shell: bash
442
+ env:
443
+ CERT_PASSWORD: ${{ secrets.INSTALLER_CERT_WINDOWS_PASSWORD }}
444
+ CONTAINER_NAME: ${{ secrets.INSTALLER_CERT_WINDOWS_CONTAINER }}
445
+ # https://stackoverflow.com/questions/17927895/automate-extended-validation-ev-code-signing-with-safenet-etoken
446
run: |
447
shopt -s nullglob
448
for ARTIFACT in "${{ env.BUILD_ARTIFACTS_PATH }}"/*_unsigned.{exe,zip,msi}; do
0 commit comments