fix deploy path

master
Evan Hemsley 2019-10-24 11:07:07 -07:00
parent 85da1854c8
commit c806249a7c
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ jobs:
- checkout
- attach_workspace:
at: .
- run: dotnet nuget push ./Bonk/bin/Release/MoonTools.Core.Graph.*.nupkg -k $API_KEY -s https://api.nuget.org/v3/index.json
- run: dotnet nuget push ./Graph/bin/Release/MoonTools.Core.Graph.*.nupkg -k $API_KEY -s https://api.nuget.org/v3/index.json
workflows:
version: 2