From 1d59ae0a358433262a6f51824dd00bcd6fd096a1 Mon Sep 17 00:00:00 2001 From: Pawel Piwowarczyk Date: Fri, 22 Mar 2024 17:11:25 +0100 Subject: [PATCH] fix: see keys --- .github/workflows/template.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/template.yml b/.github/workflows/template.yml index 75755bf..1b89dec 100644 --- a/.github/workflows/template.yml +++ b/.github/workflows/template.yml @@ -108,6 +108,7 @@ jobs: # run: dotnet nuget sign unsigned/*.nupkg --certificate-path cert.p12 --certificate-password ${{ secrets.nugetCertificatePassword }} --timestamper http://timestamp.digicert.com --output signed - name: Sign package run: | + smctl keypair list dir dir unsigned dotnet nuget sign unsigned/*.nupkg --timestamper http://timestamp.digicert.com --output signed --certificate-fingerprint ${{ secrets.SM_CODE_SIGNING_CERT_SHA1_HASH }} --hash-algorithm SHA256 --verbosity detailed --overwrite