File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 5353 name : packages
5454 path : ./nupkg
5555
56+ - name : 📎 Add packages to release
57+ uses : softprops/action-gh-release@v2
58+ if : github.event_name == 'release'
59+ with :
60+ files : |
61+ ./nupkg/*.nupkg
62+ ./nupkg/*.snupkg
63+
5664 - name : 🚀 Publish to NuGet
5765 shell : pwsh
5866 run : |
Original file line number Diff line number Diff line change 77 <Folder Name =" /Solution Files/" >
88 <File Path =" .config/dotnet-tools.json" />
99 <File Path =" .editorconfig" />
10- <File Path =" .github/workflows/ci.yml" />
11- <File Path =" .github/workflows/release.yml" />
1210 <File Path =" appsettings.json" />
1311 <File Path =" CLAUDE.md" />
1412 <File Path =" Directory.Build.props" />
1513 <File Path =" Directory.Build.targets" />
1614 </Folder >
15+ <Folder Name =" /Solution Files/Github/" >
16+ <File Path =" .github/workflows/ci.yml" />
17+ <File Path =" .github/workflows/release.yml" />
18+ </Folder >
1719 <Folder Name =" /Solution Files/Scripts/" >
1820 <File Path =" scripts/Pack-Local.ps1" />
1921 <File Path =" scripts/Set-VersionFromChangelog.ps1" />
You can’t perform that action at this time.
0 commit comments