Update publish_nuget.yml

This commit is contained in:
Morten Nielsen 2024-11-19 22:47:07 -08:00 committed by GitHub
parent 8ba84d02a1
commit dd91d1dc22
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,7 +34,7 @@ jobs:
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
uses: actions/upload-artifact@v4
with:
name: NuGet Packages
path: artifacts/NuGet/Release