Skip to content

Commit

Permalink
Merge pull request #49 from Namaneo/fix-travis-path
Browse files Browse the repository at this point in the history
Fix case on binary path in Travis configuration
  • Loading branch information
LukeMarlin authored Jan 16, 2020
2 parents e1c0285 + c8178cc commit ac8e97e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ deploy:
api_key:
secure: ViIEe+6Ld0dvhMDWJ9FRxNTQJPywB1pmGczGiror3bOhOuHuGlYujNzrnoaKN8NRbhuwdNwUdRNLRf793dbngAhmaMBpZOaoHYMCW8JUguWC08DFKTXdqwqS1IKWLHF7x9eep9IGzNRozPXMx57cyJNBMfCDOxWFcI2UF2YTkYC+PbkKwnsp17rqsBiG46GNc7GToziVVyfckILJ92NElIbGOB7Hkew6DY3aDAMUzYfwtEXjKqg8tUBmDHJ8xz0XJnUGW8Ja7WtE9fDlODqblIYLsJBwavBkU2aELiNLm0dBlBOuca2CcmkHHXVAjJaxcdasTSjXoKTfyWKDiM5s1mltoexGQLTEQ3yIeAJayzzZcl2M2buGu7Vk91JIyJpJlWhXmiO9isipNmmA2cnd5expvyUCz4JnQN2nOJ2B64/eP7p8YQTzpZ3o9aSTXvpw5w5iVn/QpBfvGqPyVJMmJkOFkjhNivRZBeV2oPNH9ga98CugKQv5Cu2OzsFPNrqqckawfq/B8Ufv5iYu/zzrMkIs49O9IkhQf9sSL1aDHUbN2+ebM9p2900ZIfizKcshN06P8ffy5I0CVwP1cYOzyMAtoZ8ZLXWN2JcKWDjWmAwhEp2eKhD498KTf4dnLRIgDJExjnw/QlC2qemnJkRmXLN/CNk/Ez6cqZH8wLXAkFU=
file_glob: true
file: csharp-ovh/bin/release/csharp-ovh.*.nupkg
file: csharp-ovh/bin/Release/csharp-ovh.*.nupkg
skip_cleanup: true
on:
repo: ovh/csharp-ovh
tags: true

- provider: script
script:
- dotnet nuget push -s https://nuget.org -k $NUGET_API_KEY csharp-ovh/bin/release/csharp-ovh.*.nupkg
- dotnet nuget push -s https://nuget.org -k $NUGET_API_KEY csharp-ovh/bin/Release/csharp-ovh.*.nupkg
file_glob: true
file: csharp-ovh/bin/release/csharp-ovh.*.nupkg
file: csharp-ovh/bin/Release/csharp-ovh.*.nupkg
skip_cleanup: true
on:
repo: ovh/csharp-ovh
Expand Down
2 changes: 1 addition & 1 deletion csharp-ovh/csharp-ovh.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Title>OVH C# API Wrapper</Title>
<PackageVersion>4.0.4</PackageVersion>
<PackageDescription>A set of classes and helpers to make calls to OVH's APIs.</PackageDescription>
<authors>Luke Marlin; Julien Loir</authors>
<Authors>Luke Marlin;Julien Loir</Authors>
<RepositoryUrl>https://github.com/ovh/csharp-ovh</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
Expand Down

0 comments on commit ac8e97e

Please sign in to comment.