From 7b89fa1f6c46c87648a7dddfe38955b85ea2c4b0 Mon Sep 17 00:00:00 2001 From: Morten Nielsen <1378165+dotMorten@users.noreply.github.com> Date: Thu, 23 Dec 2021 22:02:24 -0800 Subject: [PATCH] Update publish_nuget.yml --- .github/workflows/publish_nuget.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/publish_nuget.yml b/.github/workflows/publish_nuget.yml index 118eef7..0c8153b 100644 --- a/.github/workflows/publish_nuget.yml +++ b/.github/workflows/publish_nuget.yml @@ -32,3 +32,9 @@ jobs: - name: Sign NuGet Package run: nuget sign artifacts\NuGet\Release\*.nupkg -CertificatePath ${{ steps.cert_file.outputs.filePath }} -CertificatePassword ${{ secrets.PFX_PASSWORD }} -Timestamper http://timestamp.digicert.com -NonInteractive + + - name: Upload artifacts + uses: actions/upload-artifact@v1 + with: + name: NuGet Packages + path: artifacts/NuGet/Release