From 90b9fe63309fd2d2bcd8c8ceb792d238413a172f Mon Sep 17 00:00:00 2001 From: Victor Irzak Date: Tue, 28 Jul 2026 10:22:24 -0400 Subject: [PATCH] Use the renamed signing tool package sign-universal split its engine into a library so it can be embedded by other tools. The library took the SignUniversal name and the dotnet tool moved to SignUniversal.Cli; 1.0.31-alpha is the first release with that layout. Same tool and same command, only the package id and pin change. --- .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 ee14352..2a038a6 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 --version 1.0.26-alpha + run: dotnet tool install --global SignUniversal.Cli --version 1.0.31-alpha - name: Sign env: