Skip to content

Commit 82660cd

Browse files
committed
Verify nuget package signature
1 parent 36341b3 commit 82660cd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/sign.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ jobs:
7777
--trusted-signing-account "${{ secrets.TRUSTED_SIGNING_ACCOUNT }}"
7878
--trusted-signing-certificate-profile "${{ secrets.TRUSTED_SIGNING_PROFILE }}"
7979
80+
- name: verify signature
81+
run: dotnet nuget verify ./artifacts/**.nupkg
82+
8083
- name: artifact
8184
uses: actions/upload-artifact@v5
8285
with:

0 commit comments

Comments
 (0)