Skip to content

Commit 59c61ca

Browse files
fix deploy path (#97)
1 parent eea2bea commit 59c61ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ after_success:
99
deploy:
1010
skip_cleanup: true
1111
provider: script
12-
script: nuget push ./CSharpHTTPClient/bin/Release/*.nupkg -ApiKey $NUGET_API_KEY -Source https://api.nuget.org/v3/index.json
12+
script: nuget push /home/travis/build/sendgrid/csharp-http-client/*.nupkg -ApiKey $NUGET_API_KEY -Source https://api.nuget.org/v3/index.json
1313
on:
1414
branch: master
1515
tags: true

0 commit comments

Comments
 (0)