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.
2 parents d9ac33c + 09bd04c commit 87b3a1aCopy full SHA for 87b3a1a
.github/workflows/release.yml
@@ -464,13 +464,18 @@ jobs:
464
-u "https://github.com/git-ecosystem/git-credential-manager" `
465
-acst $env:ACST `
466
-acsi $env:ACSI `
467
- -acss $env:ACSS
+ -acss $env:ACSS `
468
+ -acsc nuget-signing-certificate.cer
469
+
470
+ mv nupkg/* .
471
- - name: Publish signed package
472
+ - name: Publish signed package and certificate
473
uses: actions/upload-artifact@v4
474
with:
475
name: dotnet-tool-sign
- path: nupkg/*.nupkg
476
+ path: |
477
+ *.nupkg
478
+ *.cer
479
480
# ================================
481
# Validate
0 commit comments