diff --git a/.github/workflows/nuget_publish.yml b/.github/workflows/nuget_publish.yml index 10b2b29..279abf4 100644 --- a/.github/workflows/nuget_publish.yml +++ b/.github/workflows/nuget_publish.yml @@ -19,4 +19,4 @@ jobs: - name: Build release run: dotnet build -c Release - name: Publish - run: dotnet nuget push --api-key ${{ secrets.NUGETTOKEN }} ./**/*.nupkg dotnet nuget push .\**\*.nupkg --source https://api.nuget.org/v3/index.json + run: dotnet nuget push --api-key ${{ secrets.NUGETTOKEN }} ./**/Release/*.nupkg --source https://api.nuget.org/v3/index.json diff --git a/Directory.Build.props b/Directory.Build.props index 8384e17..9349764 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,6 +1,6 @@ - 1.0.1 + 1.0.2 DrEsteban Defer execution of code until the end of the current method. https://github.com/DrEsteban/DotNetDefer