master 1.0.0
Evan Hemsley 2019-12-28 21:26:33 -08:00
parent 61356d56df
commit 718f52dc81
1 changed files with 1 additions and 1 deletions

View File

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