fix a path
parent
3b8c235cc5
commit
07c17a5d1e
|
@ -15,7 +15,7 @@ steps:
|
||||||
- name: deploy
|
- name: deploy
|
||||||
image: mcr.microsoft.com/dotnet/core/sdk:3.1
|
image: mcr.microsoft.com/dotnet/core/sdk:3.1
|
||||||
commands:
|
commands:
|
||||||
- dotnet nuget push /build/bin/Release/MoonTools.Core.Structs.*.nupkg -k $API_KEY -s https://api.nuget.org/v3/index.json
|
- dotnet nuget push /build/Structs/bin/Release/MoonTools.Core.Structs.*.nupkg -k $API_KEY -s https://api.nuget.org/v3/index.json
|
||||||
when:
|
when:
|
||||||
ref:
|
ref:
|
||||||
- refs/tags/*.*.*
|
- refs/tags/*.*.*
|
||||||
|
|
Loading…
Reference in New Issue