diff options
author | Rob Mensching <rob@firegiant.com> | 2024-10-04 13:44:19 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2024-10-04 13:44:19 -0700 |
commit | 73c897383236ddbbbc6ba257634013c1269ceec2 (patch) | |
tree | dffde8f09cd98708b84e5c2cdc2e5e22cbb8db90 /.github | |
parent | 6879c941119532d0ec7bf9f5c05faa2231553b57 (diff) | |
download | wix-4.0.6.tar.gz wix-4.0.6.tar.bz2 wix-4.0.6.zip |
WiX Toolset v4.0.6v4.0.6
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b745272c..5f113d37 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml | |||
@@ -67,7 +67,10 @@ jobs: | |||
67 | run: ./src/build_official.cmd | 67 | run: ./src/build_official.cmd |
68 | env: | 68 | env: |
69 | RuntimeTestsEnabled: true | 69 | RuntimeTestsEnabled: true |
70 | SigningVaultUri: ${{ github.ref == 'refs/heads/master' && secrets.WIX_SIGNING_VAULTURI || '' }} | 70 | SigningKeyVaultUri: ${{ github.ref == 'refs/heads/master' && secrets.WIX_SIGNING_VAULTURI || '' }} |
71 | SigningTenantId: ${{ github.ref == 'refs/heads/master' && secrets.WIX_SIGNING_TENANTID || '' }} | ||
72 | SigningClientId: ${{ github.ref == 'refs/heads/master' && secrets.WIX_SIGNING_CLIENTID || '' }} | ||
73 | SigningClientSecret: ${{ github.ref == 'refs/heads/master' && secrets.WIX_SIGNING_SECRET || '' }} | ||
71 | SigningCertName: ${{ github.ref == 'refs/heads/master' && secrets.WIX_SIGNING_CERTNAME || '' }} | 74 | SigningCertName: ${{ github.ref == 'refs/heads/master' && secrets.WIX_SIGNING_CERTNAME || '' }} |
72 | 75 | ||
73 | - name: Validate test results | 76 | - name: Validate test results |