mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2026-01-20 15:40:16 +01:00
Update publish_nuget.yml
This commit is contained in:
parent
112ad116ea
commit
7b89fa1f6c
6
.github/workflows/publish_nuget.yml
vendored
6
.github/workflows/publish_nuget.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue