aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2026-02-05 16:19:18 -0800
committerRob Mensching <rob@firegiant.com>2026-02-05 16:19:18 -0800
commitcffbda26e7c617b824b9fb619d7554b7f0a1cdc3 (patch)
treee155da7b4fd8c902807fb583c7ea264622d62d83 /.github
parent528c643855db2fc6884dfceea7f8e8a03907e526 (diff)
downloadwix-cffbda26e7c617b824b9fb619d7554b7f0a1cdc3.tar.gz
wix-cffbda26e7c617b824b9fb619d7554b7f0a1cdc3.tar.bz2
wix-cffbda26e7c617b824b9fb619d7554b7f0a1cdc3.zip
newest sign tool
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 2c611356..aeda9cc8 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -41,7 +41,7 @@ jobs:
41 - name: Install sign tool 41 - name: Install sign tool
42 if: ${{ env.SignBuild == 'true' }} 42 if: ${{ env.SignBuild == 'true' }}
43 shell: cmd 43 shell: cmd
44 run: dotnet tool install --tool-path build\.tools sign --version 0.9.1-beta.25330.2 44 run: dotnet tool install --tool-path build\.tools sign --version 0.9.1-beta.26102.1
45 45
46 - name: Configure automated logging and crash dumps 46 - name: Configure automated logging and crash dumps
47 shell: cmd 47 shell: cmd