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
8ba84d02a1
commit
dd91d1dc22
2
.github/workflows/publish_nuget.yml
vendored
2
.github/workflows/publish_nuget.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue