From 14e68438436b7b15aac2d43968e1a2e900f42b54 Mon Sep 17 00:00:00 2001 From: Elmer Thomas Date: Tue, 28 Jan 2020 22:28:26 -0800 Subject: [PATCH] fix deploy path --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6ad0bdd..5a875c4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ after_success: deploy: skip_cleanup: true provider: script - script: nuget push ./CSharpHTTPClient/bin/Release/*.nupkg -ApiKey $NUGET_API_KEY -Source https://api.nuget.org/v3/index.json + script: nuget push /home/travis/build/sendgrid/csharp-http-client/*.nupkg -ApiKey $NUGET_API_KEY -Source https://api.nuget.org/v3/index.json on: branch: master tags: true