diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4cdda4e4a..28858d7c1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -464,13 +464,18 @@ jobs: -u "https://github.com/git-ecosystem/git-credential-manager" ` -acst $env:ACST ` -acsi $env:ACSI ` - -acss $env:ACSS + -acss $env:ACSS ` + -acsc nuget-signing-certificate.cer + + mv nupkg/* . - - name: Publish signed package + - name: Publish signed package and certificate uses: actions/upload-artifact@v4 with: name: dotnet-tool-sign - path: nupkg/*.nupkg + path: | + *.nupkg + *.cer # ================================ # Validate