From 7d1af55f0c22c2e4791dfe1003633236076515f8 Mon Sep 17 00:00:00 2001 From: Victor Irzak Date: Tue, 28 Jul 2026 10:53:20 -0400 Subject: [PATCH] Sign with the 1.0 release of the signing tool sign-universal dropped its alpha suffix; 1.0.32 is the first stable release. Same tool, same command, same flags. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2a038a6..421689e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -149,7 +149,7 @@ jobs: # Pinned deliberately: the tool that signs the release should not change without # someone choosing to change it. - name: Install the signing tool - run: dotnet tool install --global SignUniversal.Cli --version 1.0.31-alpha + run: dotnet tool install --global SignUniversal.Cli --version 1.0.32 - name: Sign env: