From f64f2954e50ee5b14e0ad7be3dc7e61e97d2af8e Mon Sep 17 00:00:00 2001 From: Benjamin Okkema Date: Sat, 6 Jan 2024 23:29:02 -0600 Subject: [PATCH] fix: publish path --- .github/workflows/nuget.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nuget.yaml b/.github/workflows/nuget.yaml index 49ad85c..d653f79 100644 --- a/.github/workflows/nuget.yaml +++ b/.github/workflows/nuget.yaml @@ -27,6 +27,6 @@ jobs: - name: Package release run: dotnet pack --configuration Release --no-build - name: Publish release - run: dotnet nuget push */bin/Release/*.nupkg --skip-duplicate + run: dotnet nuget push **/bin/Release/*.nupkg --skip-duplicate \ No newline at end of file