From d5ae3668b3b5ff608aa84fffe2b04a4dd23ea4cf Mon Sep 17 00:00:00 2001 From: Michal Mad Date: Mon, 25 Oct 2021 21:55:53 +0200 Subject: [PATCH] Correction to the package path --- .github/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 192e11e..021f029 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -26,4 +26,4 @@ jobs: - name: Nuget Push env: AUTH_KEY: ${{secrets.NUGET_KEY}} - run: dotnet nuget push "./bin/Release/UnitSystems.*.nupkg" --api-key "$AUTH_KEY" --source https://api.nuget.org/v3/index.json + run: dotnet nuget push "./UnitSystems/bin/Release/UnitSystems.*.nupkg" --api-key "$AUTH_KEY" --source https://api.nuget.org/v3/index.json