We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82660cd commit a5b47c5Copy full SHA for a5b47c5
.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 ./artifacts/**.nupkg
+ run: dotnet nuget verify "${{ github.workspace }}/artifacts"
82
83
- name: artifact
84
uses: actions/upload-artifact@v5
0 commit comments