mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2026-04-05 14:35:50 +00:00
Update publish_nuget.yml
This commit is contained in:
parent
112ad116ea
commit
7b89fa1f6c
1 changed files with 6 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue