mirror of
https://github.com/rustfs/rustfs.git
synced 2026-01-17 01:30:33 +00:00
- Merge release logic into build.yml to avoid cross-workflow artifact access issues - Add release jobs (create-release, upload-release-assets, update-latest-version, publish-release) that run only for tag pushes - Use standard actions/download-artifact@v4 within the same workflow (no cross-workflow limitations) - Deprecate standalone release.yml workflow with warning job and confirmation requirement - Remove references to deleted release-notes-template.md file from both workflows - Update build summary messages to reflect integrated release process This resolves the 'Prepare release assets' failure by eliminating the need for cross-workflow artifact access.