mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2026-04-05 14:35:50 +00:00
Fix path
This commit is contained in:
parent
2d7289e782
commit
b9bcaf228e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish_nuget.yml
vendored
2
.github/workflows/publish_nuget.yml
vendored
|
|
@ -40,4 +40,4 @@ jobs:
|
|||
path: artifacts/NuGet/Release
|
||||
|
||||
- name: Push to NuGet
|
||||
run: dotnet nuget push nupkg\*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://nuget.org
|
||||
run: dotnet nuget push artifacts\NuGet\Release\*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://nuget.org
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue