From 769d027e1b8d2993215e3b20da57f2f1b8272603 Mon Sep 17 00:00:00 2001 From: Sarah Birrer Date: Wed, 4 Jan 2023 19:41:57 +0100 Subject: [PATCH] fix publish nuget --- .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 84b1b27..b2e927a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,4 +55,4 @@ jobs: run: nuget pack ../nuspec/nuget/*.nuspec - name: Publish NuGet - run: nuget push ../nuspec/nuget/*.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.NUGETORG}} + run: nuget push ./*.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.NUGETORG}}