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