File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ jobs:
28
28
- name : Pack
29
29
run : dotnet pack --configuration Release --no-build
30
30
- name : NuGet Push Ndjson.AsyncStreams.AspNetCore.Mvc
31
- run : dotnet nuget push Ndjson.AsyncStreams.AspNetCore.Mvc.${VERSION}.nupkg --source https://api.nuget.org/v3/index.json --api-key ${NUGET_API_KEY}
31
+ run : dotnet nuget push src/Ndjson.AsyncStreams.AspNetCore.Mvc/bin/Release/ Ndjson.AsyncStreams.AspNetCore.Mvc.${VERSION}.nupkg --source https://api.nuget.org/v3/index.json --api-key ${NUGET_API_KEY}
32
32
env :
33
33
NUGET_API_KEY : ${{ secrets.NUGET_API_KEY }}
34
34
- name : NuGet Push Ndjson.AsyncStreams.AspNetCore.Mvc.NewtonsoftJson
35
- run : dotnet nuget push Ndjson.AsyncStreams.AspNetCore.Mvc.NewtonsoftJson.${VERSION}.nupkg --source https://api.nuget.org/v3/index.json --api-key ${NUGET_API_KEY}
35
+ run : dotnet nuget push src/Ndjson.AsyncStreams.AspNetCore.Mvc.NewtonsoftJson/bin/Release/ Ndjson.AsyncStreams.AspNetCore.Mvc.NewtonsoftJson.${VERSION}.nupkg --source https://api.nuget.org/v3/index.json --api-key ${NUGET_API_KEY}
36
36
env :
37
37
NUGET_API_KEY : ${{ secrets.NUGET_API_KEY }}
Original file line number Diff line number Diff line change 28
28
- name : Pack
29
29
run : dotnet pack --configuration Release --no-build
30
30
- name : NuGet Push Ndjson.AsyncStreams.Net.Http
31
- run : dotnet nuget push Ndjson.AsyncStreams.Net.Http.${VERSION}.nupkg --source https://api.nuget.org/v3/index.json --api-key ${NUGET_API_KEY}
31
+ run : dotnet nuget push src/Ndjson.AsyncStreams.Net.Http/bin/Release/ Ndjson.AsyncStreams.Net.Http.${VERSION}.nupkg --source https://api.nuget.org/v3/index.json --api-key ${NUGET_API_KEY}
32
32
env :
33
33
NUGET_API_KEY : ${{ secrets.NUGET_API_KEY }}
You can’t perform that action at this time.
0 commit comments