Skip to content
This repository was archived by the owner on Jun 30, 2026. It is now read-only.

Commit bf47743

Browse files
authored
Update template.yml
1 parent 44584a6 commit bf47743

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Save & verify certificate
7272
run: |
7373
echo ${{ secrets.nugetCertificate }} | base64 -d > cert.p12
74-
openssl pkcs12 -in cert.p12 -nodes -passin pass:"${{ secrets.nugetCertificatePassword }}" | openssl x509 -noout -subject || "Certificate validation failed"
74+
openssl pkcs12 -in cert.p12 -nodes -legacy -passin pass:"${{ secrets.nugetCertificatePassword }}" | openssl x509 -noout -subject || "Certificate validation failed"
7575
- name: Sign package
7676
run: dotnet nuget sign unsigned/*.nupkg --certificate-path cert.p12 --certificate-password ${{ secrets.nugetCertificatePassword }} --timestamper http://timestamp.digicert.com --output signed
7777
- name: Push package

0 commit comments

Comments
 (0)