diff options
| author | Rob Mensching <rob@firegiant.com> | 2024-04-05 09:51:01 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2024-04-05 12:34:33 -0700 |
| commit | 41e11442b2ca93e444b60213b5ae99dcbab787d8 (patch) | |
| tree | 9c5dd6c3c990179d3d545f335be7bd2459e8b5c7 /.github/workflows | |
| parent | 681cf4a9eb6be7e4092c6e5b690773fbd8469e63 (diff) | |
| download | wix-41e11442b2ca93e444b60213b5ae99dcbab787d8.tar.gz wix-41e11442b2ca93e444b60213b5ae99dcbab787d8.tar.bz2 wix-41e11442b2ca93e444b60213b5ae99dcbab787d8.zip | |
WiX Toolset v5.0.0v5.0.0
Diffstat (limited to '.github/workflows')
| -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 9cc88dcf..8a320821 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 |
