Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
# Linux trust stores do not carry, and NuGet refuses to sign against a chain it
# cannot build. Without it this fails with only "Certificate chain validation failed".
run: |
dotnet dnx SignUniversal.Cli@1.0.31-alpha --yes sign packages/*.nupkg \
dotnet dnx SignUniversal.Cli@1.0.32 --yes sign packages/*.nupkg \
--trust-signing-root \
--trusted-signing-endpoint "${{ secrets.TRUSTED_SIGNING_ENDPOINT }}" \
--trusted-signing-account "${{ secrets.TRUSTED_SIGNING_ACCOUNT }}" \
Expand Down
Loading