Tags: Sparse-Technology/DeviceStatusCheckerService
Tags
Refine release workflow for better artifact and asset handling
- In release.yml:
- Updated the 'Upload Artifact' step to use a more concise name
- Added a new step for uploading assets to GitHub Releases using
softprops/action-gh-release
- Conditionally execute the 'Upload Assets' step only for tag pushes
Update .NET workflows and add release workflow - In dotnet.yml: - Removed redundant platform-specific publish steps - Simplified the build step - Added release.yml: - Workflow for building and publishing on tag pushes This commit optimizes the existing dotnet.yml workflow and introduces a new release.yml workflow for building and publishing releases on tag pushes.