From 3cb2267246d48557850ee4df5c17551b56b7c903 Mon Sep 17 00:00:00 2001 From: pkErbynn Date: Thu, 14 Jul 2022 09:34:58 +0000 Subject: [PATCH] add path to release pipeline --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 88950d43..eaa91578 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,4 +20,4 @@ jobs: path: ./package - name: Publish to nuget - run: dotnet nuget push "./package/*.nupkg" --no-symbols true --source "https://api.nuget.org/v3/index.json" --api-key ${{ secrets.NUGET_KEY }} \ No newline at end of file + run: dotnet nuget push ".\package\*.nupkg" --no-symbols true --source "https://api.nuget.org/v3/index.json" --api-key ${{ secrets.NUGET_KEY }} \ No newline at end of file