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