├── .gitignore ├── LICENSE ├── README.md ├── publish-dotnet8.zip └── release.zip /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neozhu/workflow/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neozhu/workflow/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neozhu/workflow/HEAD/README.md -------------------------------------------------------------------------------- /publish-dotnet8.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neozhu/workflow/HEAD/publish-dotnet8.zip -------------------------------------------------------------------------------- /release.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neozhu/workflow/HEAD/release.zip --------------------------------------------------------------------------------