From db6f514fb505befe0488de669d097d68ef9f305c Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Sun, 9 May 2021 15:49:52 +0100 Subject: [PATCH] .... --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 476a2c8..459f013 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,4 +46,4 @@ pack: - bin/Release/nuget-host.*.nupkg script: - dotnet pack --configuration Release --no-restore - - nuget push -Source $NUGETSOURCE -ApiKey $NUGETSOURCEAPIKEY bin/Release/nuget-host.*.nupkg + - nuget push -Source $NUGETSOURCE -ApiKey $NUGETSOURCEAPIKEY src/nuget-host/bin/Release/nuget-host.*.nupkg