mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2026-01-20 15:40:16 +01:00
Fix path
This commit is contained in:
parent
2d7289e782
commit
b9bcaf228e
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…
Reference in a new issue