mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2026-01-20 23:50:18 +01:00
Fix dash
This commit is contained in:
parent
b9e3411039
commit
7fa2a60340
2
.github/workflows/publish_nuget.yml
vendored
2
.github/workflows/publish_nuget.yml
vendored
|
|
@ -27,4 +27,4 @@ jobs:
|
|||
msbuild /restore /t:Build src/NmeaParser/NmeaParser.csproj /p:Configuration=Release /p:CertificatePath=${{ steps.cert_file.outputs.filePath }} /p:CertificatePassword=${{ secrets.PFX_PASSWORD }}
|
||||
|
||||
- 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
|
||||
run: nuget sign artifacts\NuGet\Release\*.nupkg -CertificatePath ${{ steps.cert_file.outputs.filePath }} -CertificatePassword ${{ secrets.PFX_PASSWORD }} -Timestamper http://timestamp.digicert.com -NonInteractive
|
||||
|
|
|
|||
Loading…
Reference in a new issue