aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index aeda9cc8..403b1874 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -55,13 +55,13 @@ jobs:
55 reg add "HKLM\SOFTWARE\WOW6432Node\Microsoft\Windows\Windows Error Reporting\LocalDumps" /t REG_DWORD /v DumpCount /d 10 /f 55 reg add "HKLM\SOFTWARE\WOW6432Node\Microsoft\Windows\Windows Error Reporting\LocalDumps" /t REG_DWORD /v DumpCount /d 10 /f
56 reg add "HKLM\SOFTWARE\WOW6432Node\Microsoft\Windows\Windows Error Reporting\LocalDumps" /t REG_DWORD /v DumpType /d 1 56 reg add "HKLM\SOFTWARE\WOW6432Node\Microsoft\Windows\Windows Error Reporting\LocalDumps" /t REG_DWORD /v DumpType /d 1
57 57
58 # - name: 'Az CLI login' 58 - name: 'Az CLI login'
59 # if: ${{ env.SignBuild == 'true' }} 59 if: ${{ env.SignBuild == 'true' }}
60 # uses: azure/login@v1 60 uses: azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # tag: v2.3.0
61 # with: 61 with:
62 # allow-no-subscriptions: true 62 client-id: ${{ secrets.WIX_SIGNING_CLIENTID }}
63 # client-id: ${{ secrets.WIX_SIGNING_CLIENTID }} 63 tenant-id: ${{ secrets.WIX_SIGNING_TENANTID }}
64 # tenant-id: ${{ secrets.WIX_SIGNING_TENANTID }} 64 subscription-id: ${{ secrets.WIX_SIGNING_SUBSCRIPTIONID }}
65 65
66 - name: Dump GitHub OIDC claims (diagnostic) 66 - name: Dump GitHub OIDC claims (diagnostic)
67 shell: pwsh 67 shell: pwsh