We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36341b3 commit 82660cdCopy full SHA for 82660cd
.github/workflows/sign.yml
@@ -77,6 +77,9 @@ jobs:
77
--trusted-signing-account "${{ secrets.TRUSTED_SIGNING_ACCOUNT }}"
78
--trusted-signing-certificate-profile "${{ secrets.TRUSTED_SIGNING_PROFILE }}"
79
80
+ - name: verify signature
81
+ run: dotnet nuget verify ./artifacts/**.nupkg
82
+
83
- name: artifact
84
uses: actions/upload-artifact@v5
85
with:
0 commit comments