Skip to content

Commit

Permalink
fix: paths to signed pakcages
Browse files Browse the repository at this point in the history
  • Loading branch information
ppiwow-apay committed Mar 22, 2024
1 parent bf85e3a commit 9503026
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ jobs:
- name: Signing using Nuget
run: |
nuget sign "D:\a\dotnet-sdk\dotnet-sdk\unsigned\*.nupkg" -Timestamper http://timestamp.digicert.com -outputdirectory "D:\a\dotnet-sdk\dotnet-sdk\signed" -CertificateFingerprint ${{ secrets.SM_CODE_SIGNING_CERT_SHA1_HASH }} -HashAlgorithm SHA256 -Verbosity detailed -Overwrite
nuget verify -All "D:\a\dotnet-sdk\dotnet-sdk\signed\*"
dir D:\a\dotnet-sdk\dotnet-sdk\signed
nuget verify -All "D:\a\dotnet-sdk\dotnet-sdk\signed\*.nupkg"
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
Expand Down

0 comments on commit 9503026

Please sign in to comment.