Skip to content

Commit

Permalink
update nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
bbtbir committed Jan 4, 2023
1 parent 9250fea commit b26fba2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: NuGet/setup-nuget@v1

- name: Package NuGet
run: nuget pack **\*.nuspec
run: nuget pack ..\nuspec\nuget\

- name: Publish NuGet
run: nuget push **\*.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.NUGETORG}}
2 changes: 1 addition & 1 deletion nuspec/nuget/BBT.MaybePattern.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<releaseNotes>https://github.com/bbtsoftware/BBT.Maybe/releases/tag/3.1.1</releaseNotes>
</metadata>
<files>
<file src="..\..\..\..\nuspec\nuget\icon.png" target="" />
<file src=".\icon.png" target="" />
<file src="..\..\src\BBT.MaybePattern\bin\Release\netstandard2.0\BBT.MaybePattern.dll" target="lib\netstandard2.0" />
<file src="..\..\src\BBT.MaybePattern\bin\Release\netstandard2.0\BBT.MaybePattern.pdb" target="lib\netstandard2.0" />
<file src="..\..\src\BBT.MaybePattern\bin\Release\netstandard2.0\BBT.MaybePattern.xml" target="lib\netstandard2.0" />
Expand Down

0 comments on commit b26fba2

Please sign in to comment.