From fa56c213da75a816965114f824429a9995539fdc Mon Sep 17 00:00:00 2001 From: Sampo Silvennoinen <20028934+stscoundrel@users.noreply.github.com> Date: Sun, 24 Apr 2022 11:31:59 +0300 Subject: [PATCH] CI/CD: fix typo in release path --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index bbb5a10..8baaf3e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,4 +22,4 @@ jobs: - name: Create the package run: dotnet pack --configuration Release src/OldNorwegianDictionary.csproj - name: Publish the package to NuGet - run: dotnet nuget push src/OldNorwegianDictionary.csproj/bin/Release/*.nupkg \ No newline at end of file + run: dotnet nuget push src/OldNorwegianDictionary/bin/Release/*.nupkg