Skip to content

Commit ac8e97e

Browse files
authored
Merge pull request #49 from Namaneo/fix-travis-path
Fix case on binary path in Travis configuration
2 parents e1c0285 + c8178cc commit ac8e97e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ deploy:
1616
api_key:
1717
secure: ViIEe+6Ld0dvhMDWJ9FRxNTQJPywB1pmGczGiror3bOhOuHuGlYujNzrnoaKN8NRbhuwdNwUdRNLRf793dbngAhmaMBpZOaoHYMCW8JUguWC08DFKTXdqwqS1IKWLHF7x9eep9IGzNRozPXMx57cyJNBMfCDOxWFcI2UF2YTkYC+PbkKwnsp17rqsBiG46GNc7GToziVVyfckILJ92NElIbGOB7Hkew6DY3aDAMUzYfwtEXjKqg8tUBmDHJ8xz0XJnUGW8Ja7WtE9fDlODqblIYLsJBwavBkU2aELiNLm0dBlBOuca2CcmkHHXVAjJaxcdasTSjXoKTfyWKDiM5s1mltoexGQLTEQ3yIeAJayzzZcl2M2buGu7Vk91JIyJpJlWhXmiO9isipNmmA2cnd5expvyUCz4JnQN2nOJ2B64/eP7p8YQTzpZ3o9aSTXvpw5w5iVn/QpBfvGqPyVJMmJkOFkjhNivRZBeV2oPNH9ga98CugKQv5Cu2OzsFPNrqqckawfq/B8Ufv5iYu/zzrMkIs49O9IkhQf9sSL1aDHUbN2+ebM9p2900ZIfizKcshN06P8ffy5I0CVwP1cYOzyMAtoZ8ZLXWN2JcKWDjWmAwhEp2eKhD498KTf4dnLRIgDJExjnw/QlC2qemnJkRmXLN/CNk/Ez6cqZH8wLXAkFU=
1818
file_glob: true
19-
file: csharp-ovh/bin/release/csharp-ovh.*.nupkg
19+
file: csharp-ovh/bin/Release/csharp-ovh.*.nupkg
2020
skip_cleanup: true
2121
on:
2222
repo: ovh/csharp-ovh
2323
tags: true
2424

2525
- provider: script
2626
script:
27-
- dotnet nuget push -s https://nuget.org -k $NUGET_API_KEY csharp-ovh/bin/release/csharp-ovh.*.nupkg
27+
- dotnet nuget push -s https://nuget.org -k $NUGET_API_KEY csharp-ovh/bin/Release/csharp-ovh.*.nupkg
2828
file_glob: true
29-
file: csharp-ovh/bin/release/csharp-ovh.*.nupkg
29+
file: csharp-ovh/bin/Release/csharp-ovh.*.nupkg
3030
skip_cleanup: true
3131
on:
3232
repo: ovh/csharp-ovh

csharp-ovh/csharp-ovh.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Title>OVH C# API Wrapper</Title>
77
<PackageVersion>4.0.4</PackageVersion>
88
<PackageDescription>A set of classes and helpers to make calls to OVH's APIs.</PackageDescription>
9-
<authors>Luke Marlin; Julien Loir</authors>
9+
<Authors>Luke Marlin;Julien Loir</Authors>
1010
<RepositoryUrl>https://github.com/ovh/csharp-ovh</RepositoryUrl>
1111
<RepositoryType>git</RepositoryType>
1212
<PackageLicenseFile>LICENSE</PackageLicenseFile>

0 commit comments

Comments
 (0)