From 07c17a5d1ec35bd6b4efe81c14d3cf4957c79cc0 Mon Sep 17 00:00:00 2001 From: Evan Hemsley Date: Thu, 20 Feb 2020 14:42:14 -0800 Subject: [PATCH] fix a path --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 3d4f91e..9aa8fca 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,7 +15,7 @@ steps: - name: deploy image: mcr.microsoft.com/dotnet/core/sdk:3.1 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: ref: - refs/tags/*.*.*