diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 312f11a..68011ff 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,7 +52,7 @@ jobs: uses: NuGet/setup-nuget@v1 - name: Package NuGet - run: nuget pack **\*.nuspec + run: nuget pack ..\nuspec\nuget\**.nuspec - name: Publish NuGet run: nuget push **\*.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.NUGETORG}} diff --git a/nuspec/nuget/BBT.MaybePattern.nuspec b/nuspec/nuget/BBT.MaybePattern.nuspec index ad3c037..52b99cd 100644 --- a/nuspec/nuget/BBT.MaybePattern.nuspec +++ b/nuspec/nuget/BBT.MaybePattern.nuspec @@ -18,7 +18,7 @@ https://github.com/bbtsoftware/BBT.Maybe/releases/tag/3.1.1 - +