Skip to content

Commit a753156

Browse files
Fix travis path (#969)
1 parent b5f39e9 commit a753156

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
@@ -26,7 +26,7 @@ after_success:
2626
deploy:
2727
skip_cleanup: true
2828
provider: script
29-
script: dotnet nuget push ./src/Sendgrid/bin/Release/SendGrid.*.nupkg --api-key $NUGET_API_KEY --source https://api.nuget.org/v3/index.json
29+
script: dotnet nuget push ./src/SendGrid/bin/Release/SendGrid.*.nupkg --api-key $NUGET_API_KEY --source https://api.nuget.org/v3/index.json
3030
on:
3131
branch: master
3232
tags: true

0 commit comments

Comments
 (0)