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 a5b47c5 commit a887d09Copy full SHA for a887d09
.github/workflows/sign.yml
@@ -78,7 +78,7 @@ jobs:
78
--trusted-signing-certificate-profile "${{ secrets.TRUSTED_SIGNING_PROFILE }}"
79
80
- name: verify signature
81
- run: dotnet nuget verify "${{ github.workspace }}/artifacts"
+ run: dotnet nuget verify "${{ github.workspace }}\artifacts\*.nupkg"
82
83
- name: artifact
84
uses: actions/upload-artifact@v5
0 commit comments