Commit 888091f18 for imagemagick.org
commit 888091f18273340be7d2ec4bccfa5183e8c13ea3
Author: Dirk Lemstra <dirk@lemstra.org>
Date: Fri Jan 16 16:28:41 2026 +0100
Temporary install the TrustedSigningClientTools that is required by Advanced Installer.
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index c1c8fc68e..e1f6249a8 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -399,6 +399,10 @@ jobs:
tenant-id: ${{secrets.AZURE_TENANT_ID}}
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
+ - name: Install TrustedSigningClientTools
+ run: |
+ winget install -e --id Microsoft.Azure.TrustedSigningClientTools
+
- name: Create msixbundle with Advanced Installer
uses: caphyon/advinst-github-action@f7e45a75aba48b695fafc344f61adf634d41fe4e # v2.0
with: